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
BillingGroup resource
The name of the billing group.
Maximum length:
255
Example:
"Billing of payments at the end of the month"
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.
Example:
"01F9ZQZJZJQZJZJZJZJZJZJZJZ"
The custom day of the billing group, only used when type is "custom".
Required range:
0 < x <= 31
Example:
31
The custom month of the billing group, only used when type is "custom".
Required range:
0 < x <= 12
Example:
12
The subscriptions which are assigned to the billing group.
Was this page helpful?