# `Stripe.Resources.Subscription.PauseCollection`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/subscription.ex#L367)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Subscription.PauseCollection{
  behavior: String.t() | nil,
  resumes_at: integer() | nil
}
```

* `behavior` - The payment collection behavior for this subscription while paused. One of `keep_as_draft`, `mark_uncollectible`, or `void`. Possible values: `keep_as_draft`, `mark_uncollectible`, `void`.
* `resumes_at` - The time after which the subscription will resume collecting payments. Format: Unix timestamp. Nullable.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
