Gets or sets the freight type used in the automatic freight calculation

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
protected FreightCalculationType AutoFreightType { get; set; }
Visual Basic (Declaration)
Protected Property AutoFreightType As FreightCalculationType
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.

See Also