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

Results returned after terminal prompts customer to confirm amount. More...

Properties

int totalInMinorUnits [get, set]
 The final confirmed amount in minor units. More...
 
string currencyCode [get, set]
 The currency code for the confirmed amount (USD, CAN, etc.). More...
 
string transactionType [get, set]
 The transaction type to be processed using the confirmed amount (SALE, PRE_AUTH, etc.). More...
 
bool confirmed [get, set]
 Whether the amount is confirmed or denied by the customer. More...
 

Detailed Description

Results returned after terminal prompts customer to confirm amount.

Property Documentation

◆ confirmed

bool CWSWrapper.AmountConfirmationData.confirmed
getset

Whether the amount is confirmed or denied by the customer.

◆ currencyCode

string CWSWrapper.AmountConfirmationData.currencyCode
getset

The currency code for the confirmed amount (USD, CAN, etc.).

◆ totalInMinorUnits

int CWSWrapper.AmountConfirmationData.totalInMinorUnits
getset

The final confirmed amount in minor units.

◆ transactionType

string CWSWrapper.AmountConfirmationData.transactionType
getset

The transaction type to be processed using the confirmed amount (SALE, PRE_AUTH, etc.).


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