Polarex.CheckoutUpdate (Polarex v0.2.1)

View Source

Provides struct and type for a CheckoutUpdate

Summary

Types

t()

@type t() :: %Polarex.CheckoutUpdate{
  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_ip_address: String.t() | nil,
  customer_metadata: Polarex.CheckoutUpdateCustomerMetadata.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,
  product_id: String.t() | nil,
  product_price_id: String.t() | nil,
  require_billing_address: boolean() | nil,
  success_url: String.t() | nil
}