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