Stripe.Params.PaymentLinkUpdateParams.InvoiceCreation
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.PaymentLinkUpdateParams.InvoiceCreation{ enabled: boolean() | nil, invoice_data: Stripe.Params.PaymentLinkUpdateParams.InvoiceCreation.InvoiceData.t() | nil }
enabled- Whether the feature is enabledinvoice_data- Invoice PDF configuration.