Gets or sets an indicator of whether the freight on this order was/will be calculated automatically or set manually.

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

Syntax

C#
protected bool AutoCalculateFreightFlag { get; set; }
Visual Basic
Protected Property AutoCalculateFreightFlag As Boolean
	Get
	Set
Visual C++
protected:
property bool AutoCalculateFreightFlag {
	bool get ();
	void set (bool value);
}

Field Value

True if the freight charge on this order was/will be calculated automatically; false if it was/will be set manually.

Remarks

This value may only be set to true if automatic calculation of freight is enabled at the system level, as defined by the AutoCalculateFreightFlag property of OrdersConfig. The value is defaulted to that system-level value.

See Also