CWS Wrapper Library  5.1.0
Public Member Functions | Public Attributes | List of all members
CWSWrapper.PaymentTransactionResults Class Reference

Result object returned from a payment transaction. More...

Inheritance diagram for CWSWrapper.PaymentTransactionResults:
CWSWrapper.AResults

Public Member Functions

string[] GetRequiredInformation ()
 If CWS needs additional information it will return the identifiers here More...
 
EmvApplication[] GetEmvApplicationSelectionList ()
 If CWS needs selection of an emv applicaton (indicated by a flag in m_RequiredInformation), the list of available choices is in here. More...
 
PaymentType[] GetPaymentTypeSelectionList ()
 If CWS needs PAYMENT TYPE selection (indicated by a flag in m_RequiredInformation), the list of available choices is in here. More...
 
PaymentAndAccountType[] GetPaymentAndAccountTypeSelectionList ()
 If CWS needs PAYMENT and ACCOUNT TYPE selection (indicated by a flag in m_RequiredInformation), the list of available choices is in here. More...
 
AccountType[] GetAccountTypeSelectionList ()
 If CWS needs ACCOUNT TYPE selection (indicated by a flag in m_RequiredInformation), the list of available choices is in here. More...
 

Public Attributes

PaymentTransactionData PaymentTransactionData
 PaymentTransaction data holds the results of the transaction More...
 

Detailed Description

Result object returned from a payment transaction.

Member Function Documentation

◆ GetAccountTypeSelectionList()

AccountType [] CWSWrapper.PaymentTransactionResults.GetAccountTypeSelectionList ( )
inline

If CWS needs ACCOUNT TYPE selection (indicated by a flag in m_RequiredInformation), the list of available choices is in here.

Returns
Array of AccountType objects

◆ GetEmvApplicationSelectionList()

EmvApplication [] CWSWrapper.PaymentTransactionResults.GetEmvApplicationSelectionList ( )
inline

If CWS needs selection of an emv applicaton (indicated by a flag in m_RequiredInformation), the list of available choices is in here.

Returns
Array of EMVApplication objects

◆ GetPaymentAndAccountTypeSelectionList()

PaymentAndAccountType [] CWSWrapper.PaymentTransactionResults.GetPaymentAndAccountTypeSelectionList ( )
inline

If CWS needs PAYMENT and ACCOUNT TYPE selection (indicated by a flag in m_RequiredInformation), the list of available choices is in here.

Returns
Array of PaymentAndAccountType objects

◆ GetPaymentTypeSelectionList()

PaymentType [] CWSWrapper.PaymentTransactionResults.GetPaymentTypeSelectionList ( )
inline

If CWS needs PAYMENT TYPE selection (indicated by a flag in m_RequiredInformation), the list of available choices is in here.

Returns
Array of PaymentType objects

◆ GetRequiredInformation()

string [] CWSWrapper.PaymentTransactionResults.GetRequiredInformation ( )
inline

If CWS needs additional information it will return the identifiers here

Returns
Array of required information names

Member Data Documentation

◆ PaymentTransactionData

PaymentTransactionData CWSWrapper.PaymentTransactionResults.PaymentTransactionData

PaymentTransaction data holds the results of the transaction


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