Defines input parameters in a request to the ResumeSubscription endpoint.
ResumeSubscriptionRequest
Name | Type | Tags | Description |
---|---|---|---|
resumeEffectiveDate |
string | undefined |
Optional | The YYYY-MM-DD -formatted date when the subscription reactivated. |
resumeChangeTiming |
string | undefined |
Optional | Supported timings when a pending change, as an action, takes place to a subscription. |
{
"resume_effective_date": null,
"resume_change_timing": null
}