Refund

class Refund(val cardData: SDKTransactionCard, val refundData: SDKRefundData, val transactionData: SDKTransactionData) : SDKTransactionState.TransactionApproved

A successful Refund SDKTransactionIntent

Parameters

transactionData

is the SDKTransactionData.Refund used to start this transaction

confirmation

is SDKConfirmation used to confirm the transaction

refundData

is the result SDKRefundData with the AuthorizationCode

Constructors

Link copied to clipboard
constructor(cardData: SDKTransactionCard, refundData: SDKRefundData, transactionData: SDKTransactionData)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard