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

Parameters for account reject.

# `t`

```elixir
@type t() :: %Stripe.Params.AccountRejectParams{
  expand: [String.t()] | nil,
  reason: String.t()
}
```

* `expand` - Specifies which fields in the response should be expanded.
* `reason` - The reason for rejecting the account. Can be `fraud`, `terms_of_service`, or `other`. Max length: 5000.

---

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