Gets the automatically calculated handling charge for this order.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public decimal AutoHandlingAmount { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AutoHandlingAmount As Decimal Get |
| Visual C++ |
|---|
public: property Decimal AutoHandlingAmount { Decimal get (); } |
Field Value
A monetary amount representing the handling charged on this order.
Remarks
Handling charges on an order may be set manually or calculated automatically according to the
value of the AutoCalculateHandlingFlag property. If AutoCalculateHandlingFlag
is true, this property will contain the freight amount. If false, the ManualHandlingAmount
property will contain the freight charge.
The TotalHandlingAmount property can be read to get the value either way.