SubscriptionStatusChangeOffer
Defines the properties of the Subscription Status Change Offer.
Properties
The effective date & time of the subscription.
The status before changing, the value can be ‘SUBMITTED’ ‘CANCELLED’ ‘ACTIVE’ etc.
Possible values are: SUBMITTED , PENDING_PROVISIONING , ERROR , ACTIVE , PENDING_CANCEL , CANCELLED , TERMINATED , PENDING_ACTIVE , EXPIRED
The purchase quantity of the subscription.
The status before changing, the value can be ‘SUBMITTED’ ‘CANCELLED’ ‘ACTIVE’ etc.
Possible values are: SUBMITTED , PENDING_PROVISIONING , ERROR , ACTIVE , PENDING_CANCEL , CANCELLED , TERMINATED , PENDING_ACTIVE , EXPIRED
JSON Example
{
"changeReasons": [
{
"code": "WAITING_PROVISIONING",
"message": "string"
}
],
"effectiveDateTime": "string",
"exchangeOffers": [
{
"changeReasons": [
{
"code": "WAITING_PROVISIONING",
"message": "string"
}
],
"effectiveDateTime": "string",
"fromStatus": "SUBMITTED",
"offerRef": {
"description": "string",
"name": "string",
"referenceId": "string"
},
"purchaseQuantity": 0,
"toStatus": "SUBMITTED"
}
],
"fromStatus": "SUBMITTED",
"offerRef": {
"description": "string",
"name": "string",
"referenceId": "string"
},
"purchaseQuantity": 0,
"toStatus": "SUBMITTED"
}
Property Of
OfferStatusTransaction