StripeElixir.Params.PaymentMethodUpdateParams.UsBankAccount (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.PaymentMethodUpdateParams.UsBankAccount{
  account_holder_type: String.t() | nil,
  account_type: String.t() | nil
}
  • account_holder_type - Bank account holder type. Possible values: company, individual.
  • account_type - Bank account type. Possible values: checking, savings.