Stripe.Params.Treasury.FinancialAccountUpdateParams.ForwardingSettings (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.Treasury.FinancialAccountUpdateParams.ForwardingSettings{
  financial_account: String.t() | nil,
  payment_method: String.t() | nil,
  type: String.t() | nil
}
  • financial_account - The financial_account id
  • payment_method - The payment_method or bank account id. This needs to be a verified bank account. Max length: 5000.
  • type - The type of the bank account provided. This can be either "financial_account" or "payment_method" Possible values: financial_account, payment_method.