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

Provides struct and type for a SubscriptionRevoke

# `t`

```elixir
@type t() :: %Polarex.SubscriptionRevoke{
  customer_cancellation_comment: String.t() | nil,
  customer_cancellation_reason: String.t() | nil,
  revoke: true
}
```

---

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