[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
SubscriptionDateChangeTransaction
Defines the properties of the Subscription Date Change Transaction.
Properties
string
effectiveDateTime
Optional
The effective date & time of the subscription.
string
fromSubscriptionEndDateTime
Optional
The value of start of subscription end date time.
string
toSubscriptionEndDateTime
Optional
The value of end of subscription end date time.
JSON Example
{
"changeReasons": [
{
"code": "INITIAL_ORDER",
"message": "string"
}
],
"effectiveDateTime": "string",
"fromSubscriptionEndDateTime": "string",
"toSubscriptionEndDateTime": "string"
}