ConfirmTransaction
ConfirmTransaction SuperClass for different transaction types. Can be one of Sale, Refund, Cancel
Parameters
Data of the card to confirm
Inheritors
Types
This is the state previous going online for a CANCEL Transaction, being @cardData the SDKTransactionCard that will be sent SDKTransactionIntent will be at this after a card was successfully read, and it's the last state when the SdKTransactionIntent can be aborted. This state is abortable
This is the state previous going online for a REFUND Transaction, being @cardData the SDKTransactionCard that will be sent SDKTransactionIntent will be at this after a card was successfully read, and it's the last state when the SdKTransactionIntent can be aborted. This state is abortable
This is the state previous going online for a SALE Transaction, being @cardData the SDKTransactionCard that will be sent SDKTransactionIntent will be at this after a card was successfully read, and it's the last state when the SdKTransactionIntent can be aborted. This state is abortable