VivaWalletPOS.sendAbort Method
Parameters
- sessionID
 - string
 
The unique session identifier. You specified this Transaction.sessionID (or RefundTransaction.sessionID) when you created a new transaction.
- cashRegisterId
 - string
 
	The identification number for the cash register. The cash register identification number should be entered if the invoice is issued by said cash register. 
In the absence of a Cash Register ID, enter "no Cash Register" as the text. 
Return Value
string
		"200 - Session is aborted" or 
"999 - Session failed to be aborted" 
	
 VivaWalletPOS vw = new VivaWalletPOS("Arbitrans User", "Arbitrans Key", "ClientID", "ClientSecret", false);
 string result = vw.sendAbort("my custom session ID", "my cash Register Id");
 								
				This language is not supported or no code example is available.