Construct an instance with an initial indication of the shipping method.

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

Syntax

C#
public CFreightInfo(
	string method
)
Visual Basic
Public Sub New ( _
	method As String _
)
Visual C++
public:
CFreightInfo(
	String^ method
)

Parameters

method
Type: System..::..String
The initial shipping method to assign to this instance.

See Also