MellonGroupPOS Constructor

It creates a new instance of the MellonGroupPOS.
Public Sub New( _ 
ByVal ArbitransUser As String, _ 
ByVal ArbitransKey As String, _ 
ByVal nsp As Integer, _ 
ByVal Test_env As Boolean
)
This language is not supported or no code example is available.
public MellonGroupPOS( 
string ArbitransUser
string ArbitransKey
int nsp
bool Test_env 
)
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

nsp
int

The nsp provider 
Possible Values: 
1: JCC, Attica Bank, Pancreta 
2: Nexi 
3: NBG (National Bank of Greece) 
4: Worldline 

Test_env
bool

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

Example
 
 MellonGroupPOS mlg = new MellonGroupPOS("Arbitrans User", "Arbitrans Key", 1, false);
 					
This language is not supported or no code example is available.
 Dim mlg As MellonGroupPOS = New MellonGroupPOS("Arbitrans User", "Arbitrans Key", 1, False)
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition