Class CartLine

Class Documentation

class CartLine

Represents a line in a cart.

Public Functions

inline CartLine()

Public Members

csp::common::String CartLineId

ID of the line in the cart.

csp::common::String ProductVariantId

ID of the variant of the product.

int Quantity

Quantity of the product in the cart.