Polarex.CheckoutLinkCreateProducts (Polarex v0.2.3)

View Source

Provides struct and type for a CheckoutLinkCreateProducts

Summary

Types

t()

@type t() :: %Polarex.CheckoutLinkCreateProducts{
  allow_discount_codes: boolean() | nil,
  discount_id: String.t() | nil,
  label: String.t() | nil,
  metadata: Polarex.Metadata.t() | nil,
  payment_processor: String.t(),
  products: [String.t()],
  require_billing_address: boolean() | nil,
  success_url: String.t() | nil
}