# `Stripe.Params.Treasury.FinancialAccountCloseParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/treasury/financial_account_close_params.ex#L2)

Parameters for financial account close.

# `t`

```elixir
@type t() :: %Stripe.Params.Treasury.FinancialAccountCloseParams{
  expand: [String.t()] | nil,
  forwarding_settings:
    Stripe.Params.Treasury.FinancialAccountCloseParams.ForwardingSettings.t()
    | nil
}
```

* `expand` - Specifies which fields in the response should be expanded.
* `forwarding_settings` - A different bank account where funds can be deposited/debited in order to get the closing FA's balance to $0

---

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