StripeElixir.Params.PaymentMethodCreateParams.Payto
(stripe_elixir v0.1.0)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %StripeElixir.Params.PaymentMethodCreateParams.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.