# `Stripe.Resources.BillingPortal.Configuration.Features.SubscriptionCancel.CancellationReason`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/billing_portal/configuration.ex#L162)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.BillingPortal.Configuration.Features.SubscriptionCancel.CancellationReason{
    enabled: boolean() | nil,
    options: [String.t()] | nil
  }
```

* `enabled` - Whether the feature is enabled.
* `options` - Which cancellation reasons will be given as options to the customer.

---

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