OrderLineDto
public class OrderLineDto
Namespace
Constructors
OrderLineDto
The default constructor.
public OrderLineDto()
Properties
Attributes
public List<AttributeCombinationDto> Attributes { get; set; }
BundleId
public string BundleId { get; set; }
Id
public Guid Id { get; set; }
Name
public string Name { get; set; }
OrderLines
public List<OrderLineDto> OrderLines { get; set; }
Properties
public Dictionary<string, PropertyValueDto> Properties { get; set; }
Quantity
public decimal Quantity { get; set; }
Sku
public string Sku { get; set; }
TotalPrice
public string TotalPrice { get; set; }
TotalPriceWithoutAdjustments
public string TotalPriceWithoutAdjustments { get; set; }
UnitPrice
public string UnitPrice { get; set; }
UnitPriceBase
public string UnitPriceBase { get; set; }
UnitPriceWithoutAdjustments
public string UnitPriceWithoutAdjustments { get; set; }