# PauseSubscriptionRequest

**pauseAtPeriodEnd**Subscription-PauseAtPeriodEnd

If true, the subscription will be paused at the end of the current period.

**Example:<!-- -->&#x20;**`false`

**pauseIntervalCount**int32

Number of intervals when subscription will be paused before it activates again.

**Example:<!-- -->&#x20;**`1`

PauseSubscriptionRequest

```
{

  "pauseAtPeriodEnd": false,

  "pauseIntervalCount": 1

}
```
