Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.PaymentLink.InvoiceCreation{ enabled: boolean() | nil, invoice_data: Stripe.Resources.PaymentLink.InvoiceCreation.InvoiceData.t() | nil }
enabled- Enable creating an invoice on successful payment.invoice_data- Configuration for the invoice. Default invoice values will be used if unspecified. Nullable.