# `Stripe.Params.V2.Core.AccountCloseParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_close_params.ex#L2)

Parameters for account close.

# `t`

```elixir
@type t() :: %Stripe.Params.V2.Core.AccountCloseParams{
  applied_configurations: [String.t()] | nil
}
```

* `applied_configurations` - Configurations on the Account to be closed. All configurations on the Account must be passed in for this request to succeed.

---

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