Gets or sets an indicator of whether the current order should automatically calculate handling charges.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
protected bool AutoCalculateHandlingFlag { get; set; } |
| Visual Basic |
|---|
Protected Property AutoCalculateHandlingFlag As Boolean Get Set |
| Visual C++ |
|---|
protected: 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.