Gets or sets an indicator of whether the current order should automatically calculate handling charges.

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

Syntax

C#
public bool AutoCalculateHandlingFlag { get; set; }
Visual Basic
Public Property AutoCalculateHandlingFlag As Boolean
	Get
	Set
Visual C++
public:
property bool AutoCalculateHandlingFlag {
	bool get ();
	void set (bool value);
}

Field Value

True if handling charges should be calculated automatically; false if they will be set manually.

Remarks

This value may only be set to "true" if automatic calculation of handling is enabled at the system level.

See Also