Stripe.Resources.SetupIntent.PaymentMethodOptions.AcssDebit
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.SetupIntent.PaymentMethodOptions.AcssDebit{ currency: String.t() | nil, mandate_options: Stripe.Resources.SetupIntent.PaymentMethodOptions.AcssDebit.MandateOptions.t() | nil, verification_method: String.t() | nil }
currency- Currency supported by the bank account Possible values:cad,usd. Nullable.mandate_optionsverification_method- Bank account verification method. Possible values:automatic,instant,microdeposits.