ProductSalesData
public class ProductSalesData
Namespace
Constructors
ProductSalesData
The default constructor.
public ProductSalesData()
Properties
Name
public string Name { get; set; }
PercentageChange
public decimal? PercentageChange { get; set; }
ProductReference
public string ProductReference { get; set; }
Sku
public string Sku { get; set; }
TotalQuantity
public decimal TotalQuantity { get; set; }