Class CartInfo

Class Documentation

class CartInfo

Represents a cart.

Public Functions

inline CartInfo()

Public Members

csp::common::String SpaceId

Space that the cart is associated with.

csp::common::String CartId

ID of the cart.

csp::common::Array<CartLine> CartLines

An array of the lines in the cart.

int TotalQuantity

Total quantity of all lines in the cart.