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

Parameters for invoice finalize invoice.

# `t`

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

* `auto_advance` - Controls whether Stripe performs [automatic collection](https://docs.stripe.com/invoicing/integration/automatic-advancement-collection) of the invoice. If `false`, the invoice's state doesn't automatically advance without an explicit action.
* `expand` - Specifies which fields in the response should be expanded.

---

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