Stripe.Resources.PaymentLink.InvoiceCreation (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.