ServiceTrialDetailsDto

ServiceTrialDetailsDto
ServiceTrialDetailsDto

The trial details of the service

JSON Example
{
    "trialEnd": "string",
    "trialStart": "string",
    "trialEndReason": "string",
    "paymentCommitment": false,
    "seller": "string",
    "status": "string",
    "endTrialConfiguration": {
        "postTrialConfiguration": {
            "roles": [
                "string"
            ],
            "duration": 0,
            "notifyPostTrialEnded": false
        },
        "serviceEndTrialBehaviour": {
            "endTrialBehaviourType": "string",
            "endTrialOnPaymentConfirmation": false,
            "subscriptionType": [
                "string"
            ]
        }
    }
}
string As date-time As date-time
trialEnd
Optional

The end date of the trial

string As date-time As date-time
trialStart
Optional

The start date of the trial

string
trialEndReason
Optional

The end reason of the trial

Possible values are : EXPIRED, SUBSCRIPTION_CREATED, END_TRIAL_API, SERVICE_ACCESS_TYPE_CHANGED,
boolean
paymentCommitment
Optional

Specifies whether the customer has committed to pay for the service

string
seller
Optional

The seller name of the trialed service

string
status
Optional

The trial status - empty: regular trial

Possible values are : POST_TRIAL,
endTrialConfiguration
Optional

End trial configuration properties