Class ShippingCalculationResult
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the result of calculating shipping fees for an order
- Inheritance
-
Shipping
Calculation Result
- Inherited Members
Constructors
ShippingCalculationResult(string)
Initializes a new instance of the Shipping
Parameters
shippingId
stringThe shipping method id that should be used for calculations.
Properties
CalculationType
Gets the calculation type that handled this calculation
Property Value
Fee
Gets or sets the fee that is the result of the calculation.
Property Value
Price
Gets or sets the price.
Property Value
Shipment
Gets or sets the shipping method
Property Value
ShippingMethodId
Gets or sets the shipping id that this calculation is using.
Property Value
ShippingProvider
Gets or sets the shipping provider used in the calculation.