Construct an instance with an initial ship charge.

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

Syntax

C#
public CFreightInfo(
	decimal charge
)
Visual Basic
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