StripeElixir.Params.Treasury.FinancialAccountCloseParams.ForwardingSettings (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %StripeElixir.Params.Treasury.FinancialAccountCloseParams.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.