[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator

SubscriptionStatusChangeTransaction

Defines the properties of the Subscription Status Change Transaction.


Properties

array of SubscriptionChangeReason
changeReasons Optional

The list of reasons of subscription change.


string
effectiveDateTime Optional

The effective date & time of the subscription.


string
fromStatus Optional

The status before changing, the value can be ‘SUBMITTED’ ‘CREATED’ ‘ACTIVE’ etc.

Possible values are: SUBMITTEDCREATEDACTIVESUSPENDEDCANCELLEDTERMINATEDERRORPENDING_EXPIRYEXPIRED


string
toStatus Optional

The status after changing, the values can be ‘SUBMITTED’ ‘CREATED’ ‘ACTIVE’ etc.

Possible values are: SUBMITTEDCREATEDACTIVESUSPENDEDCANCELLEDTERMINATEDERRORPENDING_EXPIRYEXPIRED

JSON Example

{
	"changeReasons": [
		{
			"code": "CREATION_SUCCESS",
			"message": "string"
		}
	],
	"effectiveDateTime": "string",
	"fromStatus": "SUBMITTED",
	"toStatus": "SUBMITTED"
}
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Property Of

TransactionInfo

Feedback

Was this page helpful?