Polarex.CheckoutConfirmStripe (Polarex v0.1.0)
View SourceProvides struct and type for a CheckoutConfirmStripe
Summary
Types
@type t() :: %Polarex.CheckoutConfirmStripe{ amount: integer() | nil, confirmation_token_id: String.t() | 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 }