Gets the value of Order_Control.HandlingChargeType in the System_Params table.

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

Syntax

C#
public OrderHandlingType HandlingChargeType { get; }
Visual Basic (Declaration)
Public ReadOnly Property HandlingChargeType As OrderHandlingType
Visual C++
public:
property OrderHandlingType HandlingChargeType {
	OrderHandlingType get ();
}

See Also