billing: Returns the list of all billing groups you have access to

Description Usage Arguments Value Examples

Description

Returns the list of all billing groups you have access to. This is an utility method used only create projects with appropriate billing group. Full access to billing data is not available via the SBG public API yet.

Usage

1
billing(auth_token = NULL, ...)

Arguments

auth_token

auth token

...

parameters passed to sbgapi function

Value

parsed list of the returned json

Examples

1
2
token = '420b4672ebfc43bab48dc0d18a32fb6f'
req = billing(token)

sbgr documentation built on Oct. 5, 2016, 4:14 a.m.