Class CancelationResult

    • Constructor Detail

      • CancelationResult

        public CancelationResult​(@NonNull
                                 State state,
                                 @NonNull
                                 ResultCode resultCode,
                                 @Nullable
                                 String terminalId,
                                 @Nullable
                                 String sequenceCount,
                                 @Nullable
                                 String cancelledSequenceCount,
                                 @Nullable
                                 String transactionTime,
                                 @NonNull
                                 List<Receipt> receipts)
    • Method Detail

      • getState

        @NonNull
        public State getState()
      • getResultCode

        @NonNull
        public ResultCode getResultCode()
      • getTerminalId

        @Nullable
        public String getTerminalId()
      • getSequenceCount

        @Nullable
        public String getSequenceCount()
      • getCancelledSequenceCount

        @Nullable
        public String getCancelledSequenceCount()
      • getTransactionTime

        @Nullable
        public String getTransactionTime()
      • getReceipts

        @NonNull
        public List<Receipt> getReceipts()