Stripe.Resources.ConfirmationToken.PaymentMethodPreview.Payto (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.ConfirmationToken.PaymentMethodPreview.Payto{
  bsb_number: String.t() | nil,
  last4: String.t() | nil,
  pay_id: String.t() | nil
}
  • bsb_number - Bank-State-Branch number of the bank account. Max length: 5000. Nullable.
  • last4 - Last four digits of the bank account number. Max length: 5000. Nullable.
  • pay_id - The PayID alias for the bank account. Max length: 5000. Nullable.