VivaWalletPOS.getAvailablePOS Method

All available POS Terminals can be obtained using this function. It returns a list of POSTerminals.
Public Function getAvailablePOS() As List(Of POSTerminals)
This language is not supported or no code example is available.
public List<POSTerminals> getAvailablePOS()
This language is not supported or no code example is available.

Return Value

List<POSTerminals>

List(Of POSTerminals)

Example
 
 VivaWalletPOS vw = new VivaWalletPOS("Arbitrans User", "Arbitrans Key", "ClientID", "ClientSecret", false);
 List<POSTerminals> POS = vw.getAvailablePOS();
 					
This language is not supported or no code example is available.
 Dim vw As VivaWalletPOS = New VivaWalletPOS("Arbitrans User", "Arbitrans Key", "ClientID", "ClientSecret", False)
 Dim POS As List(Of POSTerminals) = vw.getAvailablePOS()
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition