|
Astra Unity 2.6.6
Astra Unity Plugin
|
Contains results from any Cart related request More...
Public Attributes | |
| Int64 | customerID |
| Customer ID for the current user | |
| string | qualifier |
| Information set by the app dev to differentiate between multiple carts, for example an in app cart vs a web cart. Unused for most circumstances, an empty string is fine. | |
| ulong | cartConfigID |
| ID for this cart configuration | |
| string | subtotal |
| Subtotal for the cart, in a printable form | |
| UInt32 | subtotalAmount |
| Subtotal for the cart in numeric form | |
| string | calcedTotal |
| Total for the cart in printable form | |
| UInt32 | calcedTotalAmount |
| Total for the cart in numeric form | |
| ulong | createdTime |
| When this cart was created | |
| ulong | lastModifiedTime |
| The last time that this cart was modified | |
| UInt32 | salesVersion |
| Version of the sale | |
| List< CartProduct > | products |
| Products currently in the cart | |
| string | currency |
| Amount of currency in this cart | |
| List< CartCurrency > | validCurrencies |
| Information about the user's owned currency values | |
| bool | isEmpty |
| Whether the cart is empty | |
Contains results from any Cart related request