Sale

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

A successful Sale SDKTransactionIntent

Parameters

transactionData

is the SDKV1TransactionData.Sale used to start this transaction

confirmation

is SDKV1Confirmation used to confirm the transaction

paymentData

is the result SDKPaymentData with the AuthorizationCode

Constructors

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

Properties

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