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

Parameters for credit grant void grant.

# `t`

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

* `expand` - Specifies which fields in the response should be expanded.

---

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