XML3 - API DLL Documentation
Constructor to instantiate the Order object

Namespace: XMLV3API.Order
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Order(
	string account,
	string username,
	string password
)
Visual Basic
Public Sub New ( _
	account As String, _
	username As String, _
	password As String _
)
Visual C++
public:
Order(
	String^ account, 
	String^ username, 
	String^ password
)

Parameters

account
Type: System..::..String
Account number of customer who is logging in.
username
Type: System..::..String
User name of customer who is logging in.
password
Type: System..::..String
Password of customer who is logging in.

Remarks