Construct an instance with an initial ship charge.

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

Syntax

C#
public CFreightInfo(
	decimal charge
)
Visual Basic (Declaration)
Public Sub New ( _
	charge As Decimal _
)
Visual C++
public:
CFreightInfo(
	Decimal charge
)

Parameters

charge
Type: System..::.Decimal
The initial shipping charge to assign to this instance.

See Also