Class ShippingLineItem
public class ShippingLineItem
- Inheritance
-
ShippingLineItem
- Inherited Members
Properties
ProductSku
public string ProductSku { get; }
Property Value
Quantity
public int Quantity { get; }
Property Value
TotalPrice
public decimal TotalPrice { get; }
Property Value
TotalShippingPrice
The shipping calculator should set both unit and total shipping prices. This allows custom calculators to have full control over calculations.
public decimal TotalShippingPrice { get; set; }
Property Value
UnitPrice
public decimal UnitPrice { get; }
Property Value
UnitShippingPrice
The shipping calculator should set both unit and total shipping prices. This allows custom calculators to have full control over calculations.
public decimal UnitShippingPrice { get; set; }