Class ClientIdentificationResponse

    • Constructor Detail

      • ClientIdentificationResponse

        public ClientIdentificationResponse​(Amount amountSaldo,
                                            TransactionInformation transactionInformation,
                                            CardData cardData)
        Create transaction response.
    • Method Detail

      • getAmountSaldo

        public Amount getAmountSaldo()
        Saldo amount if present.
      • getTransactionInformation

        public TransactionInformation getTransactionInformation()
        Information about completed transaction.
      • getCardData

        public CardData getCardData()
        Information about payment card used by the cardholder if present.
      • toString

        public String toString()
        String representation for debugging purpose.
        Overrides:
        toString in class Object