Polarex.CheckoutLinkCreateProductPrice (Polarex v0.2.0)

View Source

Provides struct and type for a CheckoutLinkCreateProductPrice

Summary

Types

t()

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