Gets or sets an indication of whether to disable automatic freight calculation if an error occurs that would normally switch the order to manual freight charges.

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

Syntax

C#
public bool DisableAutoFreightCalcOnError { get; set; }
Visual Basic (Declaration)
Public Property DisableAutoFreightCalcOnError As Boolean
Visual C++
public:
property bool DisableAutoFreightCalcOnError {
	bool get ();
	void set (bool value);
}

Remarks

This is intended to allow a consumer of this object to obtain all freight charges without suddenly turning off automatic freight calculation.

See Also