Gets or sets the freight type used in the automatic freight calculation
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
protected FreightCalculationType AutoFreightType { get; set; } |
| Visual Basic |
|---|
Protected Property AutoFreightType As FreightCalculationType Get Set |
| Visual C++ |
|---|
protected: property FreightCalculationType AutoFreightType { FreightCalculationType get (); void set (FreightCalculationType value); } |
Field Value
One of the enumerated freight types (By Weight, By Value, By Number of Pieces)
Remarks
If not overridden via this property, and if AutoCalculateFreightFlag is true,
this will default to the setting made at the system level. Overriding here will cause the freight
to be recalculated if AutoCalculateFreightFlag is true.