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

Parameters for credit note void credit note.

# `t`

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

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

---

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