CWS Wrapper Library
5.1.0
|
Arguments used to initiate a transaction on card reader. More...
Public Attributes | |
Money | baseTransactionAmount |
The base transaction amount (before gratuity, taxes, etc.). More... | |
Properties | |
string | type [get, set] |
The type of transaction (SALE, PRE_AUTH, etc.). More... | |
bool | cashback [get, set] |
Set to true if the customer requested cashback after the transaction. Otherwise, it is set to false. More... | |
long | cashbackLimit [get, set] |
The maximum amount of cashback that the customer may receive. More... | |
bool | dcc [get, set] |
Set to true if the merchant accepts processing the transaction used dynamic currency conversion (DCC). Otherwise, set to false. More... | |
string[] | allowedPaymentTypes [get, set] |
A list of all the allowed payment types (VISA, MASTERCARD, etc.). More... | |
string[] | retrievalModes [get, set] |
A list of retrieval modes to use for this transaction. More... | |
string[] | signatureRuleTypes [get, set] |
A list of the signature rule types. More... | |
bool | gratuityFlowEnabled [get, set] |
Set to true if the transaction process should include prompting the customer for gratuity. Otherwise, set to false. More... | |
string | gratuityAmount [get, set] |
The amount of gratuity for the transaction. More... | |
bool | gratuityCustomAmountEntryAllowed [get, set] |
Set to true if customer is allowed to enter in a customer amount of gratuity. Otherwise, set to false. More... | |
QuickSelection | gratuityQuickSelections [get, set] |
The quick selection options for gratuity. More... | |
TerminalConfiguration | terminalConfiguration [get, set] |
The card reader configurations to use for the transaction. More... | |
string | signatureOption [get, set] |
The signature option to use for the transaction. More... | |
Arguments used to initiate a transaction on card reader.
Money CWSWrapper.TransArgs.baseTransactionAmount |
The base transaction amount (before gratuity, taxes, etc.).
|
getset |
A list of all the allowed payment types (VISA, MASTERCARD, etc.).
|
getset |
Set to true if the customer requested cashback after the transaction. Otherwise, it is set to false.
|
getset |
The maximum amount of cashback that the customer may receive.
|
getset |
Set to true if the merchant accepts processing the transaction used dynamic currency conversion (DCC). Otherwise, set to false.
|
getset |
The amount of gratuity for the transaction.
|
getset |
Set to true if customer is allowed to enter in a customer amount of gratuity. Otherwise, set to false.
|
getset |
Set to true if the transaction process should include prompting the customer for gratuity. Otherwise, set to false.
|
getset |
The quick selection options for gratuity.
|
getset |
A list of retrieval modes to use for this transaction.
|
getset |
The signature option to use for the transaction.
|
getset |
A list of the signature rule types.
|
getset |
The card reader configurations to use for the transaction.
|
getset |
The type of transaction (SALE, PRE_AUTH, etc.).