Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.AcssDebit
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.AcssDebit{ currency: String.t() | nil, mandate_options: Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.AcssDebit.MandateOptions.t() | nil, verification_method: String.t() | nil }
currency- Three-letter ISO currency code, in lowercase. Must be a supported currency. Possible values:cad,usd.mandate_options- Additional fields for Mandate creationverification_method- Bank account verification method. Possible values:automatic,instant,microdeposits.