|
int | id [get, set] |
| The ID of the transaction. More...
|
|
string | error [get, set] |
| Any errors that were encountered during a transaction. More...
|
|
bool | completed [get, set] |
| Set to true if the transaction was successfully completed. Otherwise, it is set to false. More...
|
|
bool | needAuthorization [get, set] |
| Set to true if the transaction still needs authorization. Otherwise, it is set to false. More...
|
|
string | needSignatureReason [get, set] |
| The reason that the customer's signature is needed. More...
|
|
CardData | cardData [get, set] |
| The card data obtained by the card reader. More...
|
|
Outcome | outcome [get, set] |
| The outcome of the transaction. More...
|
|
SignatureData | signatureData [get, set] |
| The signature data obtained from the card reader, if any. More...
|
|
GratuityAmount | gratuityAmount [get, set] |
| The amount of gratuity that was processed during the transaction. More...
|
|
Contains information about the transaction performed on the card reader.