| Name | Type | Description | Notes |
|---|---|---|---|
| affiliate | CartAffiliate | [optional] | |
| affiliateNetworkPixelOid | Integer | The affiliate network pixel identifier associated with the cart | [optional] |
| baseCurrencyCode | String | The ISO-4217 three letter base currency code of the account | [optional] |
| billing | CartBilling | [optional] | |
| buysafe | CartBuysafe | [optional] | |
| cartId | String | Unique identifier for this cart | [optional] |
| checkout | CartCheckout | [optional] | |
| coupons | List<CartCoupon> | Coupons | [optional] |
| currencyCode | String | The ISO-4217 three letter currency code the customer is viewing prices in | [optional] |
| currencyConversion | CartCurrencyConversion | [optional] | |
| customerProfile | CartCustomerProfile | [optional] | |
| exchangeRate | BigDecimal | The exchange rate if the customer is viewing a different currency than the base | [optional] |
| gift | CartGift | [optional] | |
| giftCertificate | CartGiftCertificate | [optional] | |
| items | List<CartItem> | Items | [optional] |
| languageIsoCode | String | The ISO-631 three letter code the customer would like to checkout with | [optional] |
| loggedIn | Boolean | True if the customer is logged into their profile | [optional] |
| marketing | CartMarketing | [optional] | |
| merchantId | String | Merchant ID this cart is associated with | [optional] |
| payment | CartPayment | [optional] | |
| properties | List<CartProperty> | Properties associated with the cart | [optional] |
| settings | CartSettings | [optional] | |
| shipping | CartShipping | [optional] | |
| summary | CartSummary | [optional] | |
| taxes | CartTaxes | [optional] | |
| upsellAfter | CartUpsellAfter | [optional] | |
| utms | List<CartUtm> | UTM clicks. The zero index is the most recent (last) UTM click. Only available in BigQuery and on an abandon webhook. | [optional] |