VivaWalletPOS.NewTransaction Method
It generates a new transaction, type of Transaction
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Return Value
Transaction
VivaWalletPOS vw = new VivaWalletPOS("Arbitrans User", "Arbitrans Key", "ClientID", "ClientSecret", false);
Transaction tra = vw.NewTransaction
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 tra As Transaction = vw.NewTransaction
This language is not supported or no code example is available.
.NET Framework
Supported in: 3.5 or newer