CWS Wrapper Library  5.1.0
Properties | List of all members
CWSWrapper.Outcome Class Reference

Result object returned after completing a transaction. More...

Properties

string result [get, set]
 The result of the transaction. More...
 
string tsi [get, set]
 The Transaction Status Information (TSI) of the transaction. More...
 
string issuerScriptResults [get, set]
 The results of running the issuer's script. More...
 
bool reversal [get, set]
 Set to true if a reversal was performed. Otherwise, it's set to false. More...
 
string error [get, set]
 Contains any errors that were encountered during the transaction. More...
 

Detailed Description

Result object returned after completing a transaction.

Property Documentation

◆ error

string CWSWrapper.Outcome.error
getset

Contains any errors that were encountered during the transaction.

◆ issuerScriptResults

string CWSWrapper.Outcome.issuerScriptResults
getset

The results of running the issuer's script.

◆ result

string CWSWrapper.Outcome.result
getset

The result of the transaction.

◆ reversal

bool CWSWrapper.Outcome.reversal
getset

Set to true if a reversal was performed. Otherwise, it's set to false.

◆ tsi

string CWSWrapper.Outcome.tsi
getset

The Transaction Status Information (TSI) of the transaction.


The documentation for this class was generated from the following file: