Refund
class Refund(val cardData: SDKTransactionCard, val refundData: SDKV1RefundData, val transactionData: SDKV1TransactionData) : SDKV1TransactionState.TransactionApproved
A successful Refund SDKTransactionIntent
Parameters
transactionData
is the SDKV1TransactionData.Refund used to start this transaction
confirmation
is SDKV1Confirmation used to confirm the transaction
refundData
is the result SDKV1RefundData with the AuthorizationCode
Constructors
Link copied to clipboard
constructor(cardData: SDKTransactionCard, refundData: SDKV1RefundData, transactionData: SDKV1TransactionData)