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)
      • CancelationResult

        public CancelationResult​(@NonNull
                                 State state,
                                 @NonNull
                                 ResultCode resultCode,
                                 @Nullable
                                 String terminalId,
                                 @Nullable
                                 String sequenceCount,
                                 @Nullable
                                 String cancelledSequenceCount,
                                 @Nullable
                                 String transactionAmount,
                                 @Nullable
                                 String transactionCurrency,
                                 @Nullable
                                 String acquirerId,
                                 @Nullable
                                 String cardNumber,
                                 @Nullable
                                 String cardSeqNumber,
                                 @Nullable
                                 String cardExpDate,
                                 @Nullable
                                 String cardAppLabel,
                                 @Nullable
                                 String cardAppId,
                                 @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()
      • getTransactionAmount

        @Nullable
        public String getTransactionAmount()
      • getTransactionCurrency

        @Nullable
        public String getTransactionCurrency()
      • getAcquirerId

        @Nullable
        public String getAcquirerId()
      • getCardNumber

        @Nullable
        public String getCardNumber()
      • getCardSeqNumber

        @Nullable
        public String getCardSeqNumber()
      • getCardExpDate

        @Nullable
        public String getCardExpDate()
      • getCardAppLabel

        @Nullable
        public String getCardAppLabel()
      • getCardAppId

        @Nullable
        public String getCardAppId()
      • getTransactionTime

        @Nullable
        public String getTransactionTime()
      • getReceipts

        @NonNull
        public List<Receipt> getReceipts()