Billing Group
Get a billing group
Get a billing group
GET
Authorizations
Value for the Authorization header parameter.
Path Parameters
BillingGroup identifier
Response
200 - application/json
The name of the billing group.
Maximum length:
255
The type of the billing group.
Possible values:
start_of_month
: The billing group will be charged on the first day of the month.end_of_month
: The billing group will be charged on the last day of the month.start_of_year
: The billing group will be charged on the first day of the year.end_of_year
: The billing group will be charged on the last day of the year.custom
: The billing group will be charged on a custom day of the month.
The custom day of the billing group, only used when type is "custom".
Required range:
0 < x < 31
The custom month of the billing group, only used when type is "custom".
Required range:
0 < x < 12
The subscriptions which are assigned to the billing group.
Was this page helpful?