Polarex.CheckoutLinkCreateProduct (Polarex v0.2.3)

View Source

Provides struct and type for a CheckoutLinkCreateProduct

Summary

Types

t()

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