Methods for calculating order handling prices.

Namespace:  Asi.iBO.Commerce
Assembly:  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 nameDescription
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.

See Also