# `Stripe.Params.PaymentLinkUpdateParams.InvoiceCreation`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_link_update_params.ex#L176)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentLinkUpdateParams.InvoiceCreation{
  enabled: boolean() | nil,
  invoice_data:
    Stripe.Params.PaymentLinkUpdateParams.InvoiceCreation.InvoiceData.t() | nil
}
```

* `enabled` - Whether the feature is enabled
* `invoice_data` - Invoice PDF configuration.

---

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