Sale

class Sale(val cardData: SDKTransactionCard, val paymentData: SDKPaymentData, val transactionData: SDKTransactionData) : SDKTransactionState.TransactionApproved

A successful Sale SDKTransactionIntent

Parameters

transactionData

is the SDKTransactionData.Sale used to start this transaction

confirmation

is SDKConfirmation used to confirm the transaction

paymentData

is the result SDKPaymentData with the AuthorizationCode

Constructors

Link copied to clipboard
constructor(cardData: SDKTransactionCard, paymentData: SDKPaymentData, transactionData: SDKTransactionData)

Properties

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