SubscriptionSummary
Defines the properties of the Subscription Summary.
Properties
The ID of billing engine subscription.
The ID of the subscriptions.
The renewal preference of the subscription, the values can be ‘MANUAL’ ‘AUTO’ etc
Possible values are: MANUAL , AUTO , CANCEL
The status of the subscription, the values can be ‘SUBMITTED’, ‘CREATED’ etc.
Possible values are: SUBMITTED , CREATED , ACTIVE , SUSPENDED , CANCELLED , TERMINATED , ERROR , PENDING_EXPIRY , EXPIRED
The end date of the subscription.
The type of the subscription, the values can be ‘COMMIT’ ‘ONDEMAND’
Possible values are: COMMIT , ONDEMAND
JSON Example
{
"billingEngineSubscriptionId": "string",
"id": "string",
"organizationRef": {
"id": "string",
"name": "string"
},
"renewalPreference": "MANUAL",
"serviceRef": {
"id": "string",
"name": "string",
"serviceIcon": "string"
},
"status": "SUBMITTED",
"subscriptionEndDate": "string",
"subscriptionType": "COMMIT"
}