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