# `Stripe.Params.TestHelpers.Issuing.AuthorizationReverseParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.ex#L2)

Parameters for authorization reverse.

# `t`

```elixir
@type t() :: %Stripe.Params.TestHelpers.Issuing.AuthorizationReverseParams{
  expand: [String.t()] | nil,
  reverse_amount: integer() | nil
}
```

* `expand` - Specifies which fields in the response should be expanded.
* `reverse_amount` - The amount to reverse from the authorization. If not provided, the full amount of the authorization will be reversed. This amount is in the authorization currency and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).

---

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