DistributorSubscription
Details for a Distributor Subscription
Properties
The underlying billing engine subscription id.
Currency used while placing order
Organization ID of the customer in CSP
Subscription ID generated in CSP
Source Type of order placed
Possible values are: MARKETPLACE_2T , VMWARE , PARTNER_2T
Renewal preference of a subscription
Possible values are: MANUAL , AUTO , CANCEL , NOT_SELECTED
Minimal details of the service for which subscription is created
Current Status of a subscription
Possible values are: SUBMITTED , CREATED , ACTIVE , SUSPENDED , CANCELLED , TERMINATED , ERROR , PENDING_EXPIRY , EXPIRED
End Date of a subscription in ISO 8601 format
Subscription Group ID generated in CSP
Start Date of a subscription in ISO 8601 format
Type of subscription. Could be COMMIT/ONDEMAND
Possible values are: COMMIT , ONDEMAND
JSON Example
{
"billingEngineSubscriptionId": "string",
"currency": "string",
"customerOrgId": "string",
"customerRef": {
"name": "string",
"orgId": "string",
"orgName": "string"
},
"id": "string",
"orderSourceType": "MARKETPLACE_2T",
"renewalPreference": "MANUAL",
"resellerRef": {
"name": "string",
"orgId": "string",
"partnerId": "string"
},
"serviceRefs": [
{
"id": "string",
"name": "string",
"serviceIcon": "string"
}
],
"status": "SUBMITTED",
"subscriptionEndDate": "string",
"subscriptionGroupId": "string",
"subscriptionStartDate": "string",
"subscriptionType": "COMMIT"
}
Property Of
DistributorSubscriptionPage