PauseSubscriptionRequest
pauseAtPeriodEndSubscription-PauseAtPeriodEnd (boolean)
If true, the subscription will be paused at the end of the current period.
Example:
false
pauseIntervalCountint32
Number of intervals when subscription will be paused before it activates again.
Example:
1
PauseSubscriptionRequest
{
"pauseAtPeriodEnd": false,
"pauseIntervalCount": 1
}