# `Stripe.Params.Treasury.FinancialAccountUpdateParams.ForwardingSettings`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/treasury/financial_account_update_params.ex#L223)

Nested parameters.

# `t`

```elixir
@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`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
