ConfirmTransaction

ConfirmTransaction SuperClass for different transaction types.

Parameters

cardData

Data of the card to confirm

Inheritors

Types

Link copied to clipboard
class Sale(val cardData: SDKTransactionCard, confirmJsonFn: (SDKConfirmationJson) -> Unit, rejectFn: () -> Unit, logContextFactory: LogContextFactory) : SDKV2TransactionState.ConfirmTransaction

This is the state previous to 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.

Properties

Link copied to clipboard