Transaction Response
constructor(transaction: Transaction, @NonNull state: State, @NonNull resultCode: ResultCode, @Nullable authorizationCode: String, @Nullable authorizationResponseCode: String, @Nullable transactionResult: String, @Nullable cardExpirationDate: String, @Nullable cardSequenceNumber: String, @Nullable dccTransactionAmount: String, @Nullable dccTransactionCurrency: String, @Nullable cvm: String, @Nullable amountRemaining: String, @Nullable amountAuth: String, @Nullable amountAuthCurrency: String, @Nullable partialApprovalFlag: String, @Nullable terminalId: String, @Nullable sequenceCount: String, @Nullable transactionTime: String, @Nullable reserveReference: String, @Nullable acquirerId: String, @NonNull receipts: List<Receipt>, @Nullable cardNumber: String, @Nullable cardIssuingCountry: String, @Nullable cardAppLabel: String, @Nullable cardAppId: String, @Nullable amountTip: String, @Nullable panToken: String, @Nullable merchantReference: String, @Nullable paymentEntryMethod: PaymentEntryMethod, @Nullable transactionSyncNumber: Integer)