Stripe.Resources.CustomerSession.Components.CustomerSheet
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.CustomerSession.Components.CustomerSheet{ enabled: boolean() | nil, features: Stripe.Resources.CustomerSession.Components.CustomerSheet.Features.t() | nil }
enabled- Whether the customer sheet is enabled.features- This hash defines whether the customer sheet supports certain features. Nullable.