Class CheckoutInfoResult

Inheritance Relationships

Base Type

Class Documentation

class CheckoutInfoResult : public csp::systems::ResultBase

Data class used to contain information when attempting to get Checkout Info.

Public Functions

const CheckoutInfo &GetCheckoutInfo() const

Retrieves the Checkout Info being stored.

Returns

ProductInfo : reference to the CheckoutInfo

CheckoutInfo &GetCheckoutInfo()

Retrieves the Checkout Info being stored.

Returns

ProductInfo : reference to the CheckoutInfo

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