[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
RenewalPreferenceTransaction
Defines the properties of the Renewal Preference Transaction.
Properties
string
effectiveDateTime
Optional
The effective date & time of the subscription.
string
fromPreference
Optional
The value of from preference object can be ‘MANUAL’ ‘AUTO’ ‘CANCEL’
Possible values are: MANUAL , AUTO , CANCEL
string
toPreference
Optional
The value of to preference object can be ‘MANUAL’ ‘AUTO’ ‘CANCEL’
Possible values are: MANUAL , AUTO , CANCEL
JSON Example
{
"effectiveDateTime": "string",
"fromPreference": "MANUAL",
"toPreference": "MANUAL"
}