Polarex.CheckoutProductsCreate (Polarex v0.1.0)

View Source

Provides struct and type for a CheckoutProductsCreate

Summary

Types

t()

@type t() :: %Polarex.CheckoutProductsCreate{
  allow_discount_codes: boolean() | nil,
  amount: integer() | nil,
  custom_field_data: Polarex.CustomFieldData.t() | nil,
  customer_billing_address: Polarex.Address.t() | nil,
  customer_billing_name: String.t() | nil,
  customer_email: String.t() | nil,
  customer_external_id: String.t() | nil,
  customer_id: String.t() | nil,
  customer_ip_address: String.t() | nil,
  customer_metadata: Polarex.CustomerMetadata.t() | nil,
  customer_name: String.t() | nil,
  customer_tax_id: String.t() | nil,
  discount_id: String.t() | nil,
  embed_origin: String.t() | nil,
  is_business_customer: boolean() | nil,
  metadata: Polarex.Metadata.t() | nil,
  products: [String.t()],
  require_billing_address: boolean() | nil,
  subscription_id: String.t() | nil,
  success_url: String.t() | nil
}