StripeElixir.Params.PaymentLinkCreateParams.InvoiceCreation (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

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