StripeElixir.Params.Checkout.SessionCreateParams.InvoiceCreation (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.Checkout.SessionCreateParams.InvoiceCreation{
  enabled: boolean() | nil,
  invoice_data: map() | nil
}
  • enabled - Set to true to enable invoice creation.
  • invoice_data - Parameters passed when creating invoices for payment-mode Checkout Sessions.