Methods for calculating freight prices.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public enum FreightCalculationType
Visual Basic (Declaration)
Public Enumeration FreightCalculationType
Visual C++
public enum class FreightCalculationType

Members

Member nameDescription
ByWeight
Freight is calculated by the weight of the item(s).
ByValue
Freight is calculated by the value of the item(s).
ByPieces
Freight is calculated by the number of items.

See Also