Methods for calculating freight prices.
Namespace:
Asi.iBO.CommerceAssembly: 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 name | Description | |
|---|---|---|
| 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. |