Name | Type | Description | Notes |
---|---|---|---|
affiliate | \ultracart\v2\models\CartAffiliate | [optional] | |
affiliate_network_pixel_oid | int | The affiliate network pixel identifier associated with the cart | [optional] |
base_currency_code | string | The ISO-4217 three letter base currency code of the account | [optional] |
billing | \ultracart\v2\models\CartBilling | [optional] | |
buysafe | \ultracart\v2\models\CartBuysafe | [optional] | |
cart_id | string | Unique identifier for this cart | [optional] |
checkout | \ultracart\v2\models\CartCheckout | [optional] | |
coupons | \ultracart\v2\models\CartCoupon[] | Coupons | [optional] |
currency_code | string | The ISO-4217 three letter currency code the customer is viewing prices in | [optional] |
currency_conversion | \ultracart\v2\models\CartCurrencyConversion | [optional] | |
customer_profile | \ultracart\v2\models\CartCustomerProfile | [optional] | |
exchange_rate | float | The exchange rate if the customer is viewing a different currency than the base | [optional] |
gift | \ultracart\v2\models\CartGift | [optional] | |
gift_certificate | \ultracart\v2\models\CartGiftCertificate | [optional] | |
items | \ultracart\v2\models\CartItem[] | Items | [optional] |
language_iso_code | string | The ISO-631 three letter code the customer would like to checkout with | [optional] |
logged_in | bool | True if the customer is logged into their profile | [optional] |
marketing | \ultracart\v2\models\CartMarketing | [optional] | |
merchant_id | string | Merchant ID this cart is associated with | [optional] |
payment | \ultracart\v2\models\CartPayment | [optional] | |
properties | \ultracart\v2\models\CartProperty[] | Properties associated with the cart | [optional] |
settings | \ultracart\v2\models\CartSettings | [optional] | |
shipping | \ultracart\v2\models\CartShipping | [optional] | |
summary | \ultracart\v2\models\CartSummary | [optional] | |
taxes | \ultracart\v2\models\CartTaxes | [optional] | |
upsell_after | \ultracart\v2\models\CartUpsellAfter | [optional] |