VivaWalletPOS.NewTransaction Method

It generates a new transaction, type of Transaction
Public Function NewTransaction() As Transaction
This language is not supported or no code example is available.
public Transaction NewTransaction()
This language is not supported or no code example is available.

Return Value

Transaction
Example
 
 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

In this article

Definition