CartTotals
public class CartTotals
Namespace
Constructors
CartTotals
The default constructor.
public CartTotals()
Properties
TotalCarts
public long TotalCarts { get; set; }
TotalCartsFinalized
public long TotalCartsFinalized { get; set; }
TotalCartsReachedCheckout
public long TotalCartsReachedCheckout { get; set; }