TransactionApproved

This state indicates a successful transaction result of the corresponding transaction type.

Parameters

cardData

is the SDKTransactionCard used for the transaction

referenceNumber

the reference number used for this transaction

Inheritors

Types

Link copied to clipboard
class Sale(val cardData: SDKTransactionCard, val referenceNumber: String, val paymentData: SDKPaymentData, val transactionData: SDKV2TransactionData) : SDKV2TransactionState.TransactionApproved

A successful Sale SDKTransactionIntent

Properties

Link copied to clipboard
Link copied to clipboard