Polarex.CheckoutUpdatePublic (Polarex v0.1.0)
View SourceProvides struct and type for a CheckoutUpdatePublic
Summary
Types
@type t() :: %Polarex.CheckoutUpdatePublic{ 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_name: String.t() | nil, customer_tax_id: String.t() | nil, discount_code: String.t() | nil, is_business_customer: boolean() | nil, product_id: String.t() | nil, product_price_id: String.t() | nil }