View Source ExOAPI.Stripe.Schemas.PaymentMethodDetailsUsBankAccount (exoapi_stripe v0.1.4)
:account_holder_type :: :string
Account holder type: individual or company.
:account_type :: :string
Account type: checkings or savings. Defaults to checking if omitted.
:bank_name :: :string
Name of the bank associated with the bank account.
:fingerprint :: :string
Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
:last4 :: :string
Last four digits of the bank account number.
:routing_number :: :string
Routing number of the bank account.
Link to this section Summary
Link to this section Types
@type params() :: map()
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()