VivaWalletPOS.NewRefundTransaction Method

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

Return Value

RefundTransaction
Example
 
 VivaWalletPOS vw = new VivaWalletPOS("Arbitrans User", "Arbitrans Key", "ClientID", "ClientSecret", false);
 RefundTransaction tra = vw.NewRefundTransaction
 					
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 RefundTransaction = vw.NewRefundTransaction
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition