Methods for calculating order handling prices.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public enum OrderHandlingType |
| Visual Basic (Declaration) |
|---|
Public Enumeration OrderHandlingType |
| Visual C++ |
|---|
public enum class OrderHandlingType |
Members
| Member name | Description | |
|---|---|---|
| FlatRate | Handling is a flat rate fee. | |
| PercentValue | Handling is a percentage of the value of the order. | |
| PercentFreight | Handling is a percentage of the freight price for the order. |