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

Provides struct and type for a SubscriptionCancel

# `t`

```elixir
@type t() :: %Polarex.SubscriptionCancel{
  cancel_at_period_end: boolean(),
  customer_cancellation_comment: String.t() | nil,
  customer_cancellation_reason: String.t() | nil
}
```

---

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