ServiceEndTrialBehaviour

ServiceEndTrialBehaviour
ServiceEndTrialBehaviour

The service end trial behaviour

JSON Example
{
    "endTrialBehaviourType": "string",
    "endTrialOnPaymentConfirmation": false,
    "subscriptionType": [
        "string"
    ]
}
string
endTrialBehaviourType
Optional

End trial behaviour type

Possible values are : ALWAYS_END_TRIAL, END_TRIAL_FOR_TYPE_OF_SUBSCRIPTION, IGNORE_ALL_SUBSCRIPTIONS,
boolean
endTrialOnPaymentConfirmation
Optional

end trial on payment confirmation

array of string
subscriptionType
Optional

Subscription type list. Works only in combination with END_TRIAL_FOR_TYPE_OF_SUBSCRIPTION endTrialBehaviourType

Possible values are : ONDEMAND, COMMIT,