Name | Type | Description |
---|
billing_term_scheme | Billing term scheme object | The billing term scheme provided by the package |
price_plan | Price Plan Object | The price plan provided by the package |
billing_frequency | Billing Frequency Object | The billing frequency provided by the package if applicable. |
binding_period | Binding Information Object | The binding information provided by the package if applicable. |
Referred Objects Response Data
billing_term_scheme object response data
Name | Type | Description |
---|
id | String | The ID of the retrieved billing term scheme |
code | String | The code of the retrieved billing term scheme |
name | String | The name of the retrieved billing term scheme |
life_cycle_state | String | The life cycle state of the retrieved billing term scheme. The supported life cycle states are the following DRAFT, EFFECTIVE, TERMINATED |
classification | String | The classification of the retrieved billing term scheme which can be either NORMAL or PREPAID |
billing_type | String | The billing type of the billing term scheme which can be PRE_BILL or POST_BILL for NORMAL billing term schemes and PRE_RATED or POST_RATED for PREPAID billing term schemes |
billing_method | String | The billing method of the billing term scheme which can be ANNIVERSARY or PERIOD |
price_plan object data response
Name | Type | Description |
---|
Id | String | The ID of the retrieved price plan |
name | String | The Name of the retrieved price plan |
code | String | The Code of the retrieved price plan |
description | String | The Description of the retrieved price plan |
type | String | The Type of the retrieved price plan which can be BASE or CONDITIONAL |
effective_date | Date | The Effective Date of the retrieved price plan |
expiration_date | Date | The Expiration Date of the retrieved price plan |
currency | Currency Object | The Currency of the retrieved price plan |
Referred Objects Response Data
currency object response data
Name | Type | Description |
---|
id | String | The ID of the retrieved currency |
code | String | The code of the retrieved currency |
prefix_symbol | String | The prefix symbol for the specified currency |
suffix_symbol | String | The suffix symbol for the specified currency |
life_cycle_state | String | The life cycle state for the specified currency, which can be EFFECTIVE or NOT EFFECTIVE |
integer_part_name | String | The integer part name for the specified currency |
decimal_part_name | String | The decimal part name for the specified currency |
billing frequency object response data
Name | Type | Description |
---|
code | String | The code of the retrieved billing frequency |
name | String | The name of the retrieved billing frequency |
binding period object response data
Name | Type | Description |
---|
code | String | The code of the retrieved binding period |
name | String | The name of the retrieved binding period |