Gets or set the manually calculated freight charge for this order.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public decimal ManualFreightAmount { get; set; } |
| Visual Basic |
|---|
Public Property ManualFreightAmount As Decimal Get Set |
| Visual C++ |
|---|
public: property Decimal ManualFreightAmount { Decimal get (); void set (Decimal value); } |
Field Value
A monetary amount representing the freight charged on this order.
Remarks
Freight charges on an order may be set manually using this property, or calculated
automatically according to the value of the AutoCalculateFreightFlag property.
If AutoCalculateFreightFlag is true, AutoFreightAmount will contain
the freight amount. Only one or the other may be set.
The TotalFreightAmount property can be read to get the value either way.