Class TransactionCompletionResponse

    • Constructor Detail

      • TransactionCompletionResponse

        public TransactionCompletionResponse​(@NonNull
                                             TransactionCompletion transactionCompletion,
                                             @NonNull
                                             State state,
                                             @NonNull
                                             ResultCode resultCode,
                                             @Nullable
                                             String authorizationCode,
                                             @Nullable
                                             String terminalId,
                                             @Nullable
                                             String sequenceCount,
                                             @Nullable
                                             String transactionTime,
                                             @NonNull
                                             List<Receipt> receipts,
                                             @NonNull
                                             Integer transactionSyncNumber)
    • Method Detail

      • getState

        @NonNull
        public State getState()
      • getResultCode

        @NonNull
        public ResultCode getResultCode()
      • getAuthorizationCode

        @Nullable
        public String getAuthorizationCode()
      • getTerminalId

        @Nullable
        public String getTerminalId()
      • getSequenceCount

        @Nullable
        public String getSequenceCount()
      • getTransactionTime

        @Nullable
        public String getTransactionTime()
      • getReceipts

        @NonNull
        public List<Receipt> getReceipts()
      • getTransactionSyncNumber

        public Integer getTransactionSyncNumber()
      • setTransactionSyncNumber

        public void setTransactionSyncNumber​(Integer transactionSyncNumber)