Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.PaymentMethodData.Payto
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.PaymentMethodData.Payto{ account_number: String.t() | nil, bsb_number: String.t() | nil, pay_id: String.t() | nil }
account_number- The account number for the bank account. Max length: 5000.bsb_number- Bank-State-Branch number of the bank account. Max length: 5000.pay_id- The PayID alias for the bank account. Max length: 5000.