XML3 - API DLL Documentation
Gets the pricing structure from the web method.

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

Syntax

C#
public void GetPrices(
	string u,
	string a,
	string p
)
Visual Basic
Public Sub GetPrices ( _
	u As String, _
	a As String, _
	p As String _
)
Visual C++
public:
void GetPrices(
	String^ u, 
	String^ a, 
	String^ p
)

Parameters

u
Type: System..::..String
username object to use authentication when calling the web method
a
Type: System..::..String
account number object to use authentication when calling the web method
p
Type: System..::..String
password object to use authentication when calling the web method

Remarks