Stripe.Resources.BillingPortal.Configuration.Features.SubscriptionCancel.CancellationReason (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.