TransactionApproved

This state indicates a successful transaction result of the corresponding transaction type (Sale, Refund or Cancel)

Parameters

cardData

is the SDKTransactionCard used for the transaction

Inheritors

Types

Link copied to clipboard

A successful Cancel SDKTransactionIntent

Link copied to clipboard

A successful Refund SDKTransactionIntent

Link copied to clipboard
class Sale(val cardData: SDKTransactionCard, val paymentData: SDKPaymentData, val transactionData: SDKV1TransactionData) : SDKV1TransactionState.TransactionApproved

A successful Sale SDKTransactionIntent

Properties

Link copied to clipboard