Stripe.Params.SetupIntentCreateParams.PaymentMethodData.BacsDebit
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.SetupIntentCreateParams.PaymentMethodData.BacsDebit{ account_number: String.t() | nil, sort_code: String.t() | nil }
account_number- Account number of the bank account that the funds will be debited from. Max length: 5000.sort_code- Sort code of the bank account. (e.g.,10-20-30) Max length: 5000.