ProvBratnet Constructor

It creates a new instance of the ProvBratnet.
Public Sub New( _ 
ByVal providerUser As String, _ 
ByVal providerPassword As String, _ 
ByVal providerAPIKey As String, _ 
ByVal arbUser As String, _ 
ByVal arbKey As String, _ 
ByVal Test_env As Boolean
)
This language is not supported or no code example is available.
public ProvBratnet( 
string providerUser
string providerPassword
string providerAPIKey
string arbUser
string arbKey
bool Test_env 
)
This language is not supported or no code example is available.

Parameters

providerUser
string

Bratnet Username

providerPassword
string

Bratnet Password

providerAPIKey
string

Bratnet API Key 
You can obtain an API key directly through Bratnet's portal at https://einvoicing.etimologiera.gr.

arbUser
string

User Name provided by Arbitrans

arbKey
string

Key provided by Arbitrans

Test_env
bool

Example
 
 ProvBratnet bra = new ProvBratnet("BratnetUser", "BratnetPassword", "bratnetAPIKey", "arbUser", "arbKey", false);
 					
This language is not supported or no code example is available.
 Dim bra As ProvBratnet = New ProvBratnet("BratnetUser", "BratnetPassword", "bratnetAPIKey", "arbUser", "arbKey", False)
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition