VivaWalletPOS.getAvailablePOS Method
Public Function getAvailablePOS() As List(Of POSTerminals)
This language is not supported or no code example is available.
Return Value
List<POSTerminals>List(Of POSTerminals)
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.