myDATATools Constructor

It creates a new instance of the myDATATools class.
Public Sub New( _ 
ByVal ArbitransUser As String, _ 
ByVal ArbitransKey As String
)
This language is not supported or no code example is available.
public myDATATools( 
string ArbitransUser
string ArbitransKey 
)
This language is not supported or no code example is available.

Parameters

ArbitransUser
string

User Name provided by Arbitrans

ArbitransKey
string

Key provided by Arbitrans

Remarks
 
You can check if a classification is correct by using checkClassification
You can get a list of Valid Categories of an Invoice Type using getValidCategory
You can get a list of Valid Classification Types of an Invoice Type using getValidE3
 
Example
 
 myDATATools mdt = new myDATATools("Arbitrans User", "Arbitrans Key");
 					
This language is not supported or no code example is available.
 Dim mdt as myDATATools = new myDATATools("Arbitrans User", "Arbitrans Key")
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition