PauseSubscriptionRequest
pauseAtPeriodEndSubscription-PauseAtPeriodEnd
If true, the subscription will be paused at the end of the current period.
Example:
falsepauseIntervalCountinteger<int32>
Number of intervals when subscription will be paused before it activates again.
Example:
1PauseSubscriptionRequest
{
"pauseAtPeriodEnd": false,
"pauseIntervalCount": 1
}
Was this page helpful?