POSTerminals Constructor

Establishes an additional POS terminal. Directly employing this method should be avoided to prevent complications. Alternatively, to locate available POS terminals on the network, employ the VivaWalletPOS.getAvailablePOS method.
Public Sub New( _ 
ByVal status As String, _ 
ByVal sourceCode As String, _ 
ByVal terminalID As String, _ 
ByVal virtualTerminalID As String
)
This language is not supported or no code example is available.
public POSTerminals( 
string status
string sourceCode
string terminalID
string virtualTerminalID 
)
This language is not supported or no code example is available.

Parameters

status
string

The POS Status

sourceCode
string

The POS Source Code

terminalID
string

The POS Terminal ID

virtualTerminalID
string

The POS Virtual Terminal ID

.NET Framework

Supported in: 3.5 or newer

In this article

Definition