XML3 - API DLL Documentation
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Constructor for the invoices wrapper class.
Namespace: XMLV3API.InvoicesAssembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Invoices( string UserName, string Password, string AccountNumber, DateTime InvoiceDate ) |
Visual Basic |
---|
Public Sub New ( _ UserName As String, _ Password As String, _ AccountNumber As String, _ InvoiceDate As DateTime _ ) |
Visual C++ |
---|
public: Invoices( String^ UserName, String^ Password, String^ AccountNumber, DateTime InvoiceDate ) |
Parameters
- UserName
- Type: System..::..String
UserName of the user.
- Password
- Type: System..::..String
Password of the user.
- AccountNumber
- Type: System..::..String
Account Number of the user.
- InvoiceDate
- Type: System..::..DateTime
[Missing <param name="InvoiceDate"/> documentation for "M:XMLV3API.Invoices.Invoices.#ctor(System.String,System.String,System.String,System.DateTime)"]