RequestMyIncome Constructor

Initialize RequestMyIncome
Public Sub New( _ 
ByVal AADEUserID As String, _ 
ByVal OcpApimSubscriptionKey As String, _ 
ByVal ExecuteEntityVatNumber As String, _ 
ByVal User As String, _ 
ByVal Key As String, _ 
ByVal Test_env As Boolean
)
This language is not supported or no code example is available.
public RequestMyIncome( 
string AADEUserID
string OcpApimSubscriptionKey
string ExecuteEntityVatNumber
string User
string Key
bool Test_env 
)
This language is not supported or no code example is available.

Parameters

AADEUserID
string

User Name provided by AADE

OcpApimSubscriptionKey
string

API Key provided by AADE

ExecuteEntityVatNumber
string

Entity Vat Number for which the call is being made.

User
string

User Name provided by Arbitrans

Key
string

Key provided by Arbitrans

Test_env
bool

Work on development environment true/false. This value is ignored by the dll if the license is TRIAL. In Trial Version, you will always work on the Test Environment of myDATA.

Example
 
 RequestMyIncome rmi = new RequestMyIncome("AADEUserID", "OcpApimSubscriptionKey", "ExecuteEntityVatNumber", "Arbitrans User", "Arbitrans Key", false);
 					
This language is not supported or no code example is available.
 Dim rmi As RequestMyIncome = New RequestMyIncome("AADEUserID", "OcpApimSubscriptionKey", "ExecuteEntityVatNumber", "Arbitrans User", "Arbitrans Key", False)
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition