Gets the automatically calculated freight charge for this order.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public decimal AutoFreightAmount { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property AutoFreightAmount As Decimal |
| Visual C++ |
|---|
public: 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.