Represents the count of items in a shopping cart.

interface ShoppingCartItemCount {
    Count: number;
    ItemsCount: number;
}

Properties

Properties

Count: number

An alternative count of items in the shopping cart.

ItemsCount: number

The total count of items in the shopping cart.