TransactionVoidResponse

The reservation void response data from voidTransaction API call.

Constructors

Link copied to clipboard
constructor(transactionVoid: TransactionVoid, @NonNull state: State, @NonNull resultCode: ResultCode, @Nullable terminalId: String, @Nullable sequenceCount: String, @Nullable transactionTime: String, @NonNull receipts: List<Receipt>)
constructor(transactionVoid: TransactionVoid, @NonNull state: State, @NonNull resultCode: ResultCode, @Nullable terminalId: String, @Nullable sequenceCount: String, @Nullable transactionTime: String, @Nullable acquirerId: String, @Nullable transactionRefNumber: String, @Nullable amountAuth: String, @Nullable amountAuthCurr: String, @NonNull receipts: List<Receipt>)

Types

Link copied to clipboard
open class Builder

Properties

Link copied to clipboard
open val acquirerId: String
Link copied to clipboard
open val amountAuth: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard