# `Polarex.CustomerSubscriptionPause`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/customer_subscription_pause.ex#L1)

Provides struct and type for a CustomerSubscriptionPause

# `t`

```elixir
@type t() :: %Polarex.CustomerSubscriptionPause{
  pause_at_period_end: boolean(),
  resumes_at: DateTime.t() | nil
}
```

---

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