Gets or sets an indicator of whether the current order should automatically calculate restocking charges.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public bool AutoCalculateRestockingFlag { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property AutoCalculateRestockingFlag As Boolean |
| Visual C++ |
|---|
public: property bool AutoCalculateRestockingFlag { bool get (); void set (bool value); } |
Field Value
True if restocking 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 restocking is enabled at the system level.