OfferStatusChange
Defines the properties of the Offer Status Change.
Properties
The effective change date of the offer.
The change of status from ‘SUBMITTED’ ‘ERROR’ ‘EXPIRED’ etc
Possible values are: SUBMITTED , PENDING_PROVISIONING , ERROR , ACTIVE , PENDING_CANCEL , CANCELLED , TERMINATED , PENDING_ACTIVE , EXPIRED
The purchase quantity.
The change of status to ‘SUBMITTED’ ‘ERROR’ ‘EXPIRED’ 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",
"fromStatus": "SUBMITTED",
"offerRef": {
"description": "string",
"name": "string",
"referenceId": "string"
},
"purchaseQuantity": 0,
"toStatus": "SUBMITTED"
}
Property Of
SubscriptionStatusChangeOffer