Stripe.Params.PaymentLinkCreateParams.InvoiceCreation (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.PaymentLinkCreateParams.InvoiceCreation{
  enabled: boolean() | nil,
  invoice_data:
    Stripe.Params.PaymentLinkCreateParams.InvoiceCreation.InvoiceData.t() | nil
}
  • enabled - Whether the feature is enabled
  • invoice_data - Invoice PDF configuration.