Name | Type | Description |
---|
id | String | The ID of the retrieved billing terms |
billing_cycle_day | Number | The billing cycle day of the retrieved billing terms. Billing cycle day is used to specify up to which day of the month a subscription should be billed |
agreement_date | Date | The agreement date of the retrieved billing terms. Billing terms agreement date is used to log the date that the billing terms were agreed and signed by the customer |
concurrent_usage_based_pricing | Concurrent usage based pricing object | Concurrent usage based pricing is used to apply price plan rates based on the number of concurrent usage of the services or the installed items that will be billed, and a rate percentage which is agreed between the customer and the company providing those service |
billing_term_scheme | Billing term scheme object | The billing term scheme of the retrieved billing terms |
price_plan | Price plan object | The price plan of the retrieved billing terms |
billing_frequency | Billing frequency object | The billing frequency of the retrieved billing terms. Billing Frequencies are used to denote how often a subscription should be billed. |
binding_information | Binding information object | The binding information of the retrieved billing terms. Binding information is used to determine if a customer is contractually committed to receive services from the service provider for a fixed period of time. |
Referred Objects Response Data
concurrent_usage_based_pricing object response data
Name | Type | Description |
---|
concurrent_usage | Number | Defines the concurrent usage of services which will be billed based on the specified billing terms |
rate_percentage | Number | Defines the rate percentage that should be applied on all services which will be billed based on the specified billing terms |
number_of_installed_items | Number | The agreed number of installed items that will be concurrently consuming the subscription's services |
concurrent_usage_billing_method | String | Defines how the subscriber will be billed because of the concurrent usage of the subscription's services. Available options are: - BASED_ON_NUMBER_OF_INSTALLED_ITEMS,
- BASED_ON_MAXIMUM_CAPACITY
- BASED_ON_ACTUAL_CAPACITY
|
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_information object response data
Name | Type | Description |
---|
state | String | The binding state which can be INBINDING or OUTOFBINDING |
start_date | Date | The date that the binding period starts |
end_date | Date | The date that the binding period ends |
binding_period | Binding period object | The binding period |
Referred Objects Response Data
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 |