Astra Unity 2.6.6
Astra Unity Plugin
Astra.Net.CartResult Class Reference

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< CartProductproducts
 Products currently in the cart
 
string currency
 Amount of currency in this cart
 
List< CartCurrencyvalidCurrencies
 Information about the user's owned currency values
 
bool isEmpty
 Whether the cart is empty
 

Detailed Description

Contains results from any Cart related request


The documentation for this class was generated from the following file: