Class CartInfoResult

Inheritance Relationships

Base Type

Class Documentation

class CartInfoResult : public csp::systems::ResultBase

Data class used to contain information when attempting to get a Cart.

Public Functions

const CartInfo &GetCartInfo() const

Retrieves the Cart Info being stored.

Returns

ProductInfo : reference to the CartInfo

CartInfo &GetCartInfo()

Retrieves the Cart Info being stored.

Returns

ProductInfo : reference to the CartInfo

inline CartInfoResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)