Gets the freight and handling tax for this order.

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

Syntax

C#
public decimal FreightHandlingTax { get; }
Visual Basic (Declaration)
Public ReadOnly Property FreightHandlingTax As Decimal
Visual C++
public:
property Decimal FreightHandlingTax {
	Decimal get ();
}

See Also