Class InitTransactionResponse

    • Constructor Detail

      • InitTransactionResponse

        public InitTransactionResponse​(Reason reason,
                                       CardData cardData)
        Create show dialog response.
    • Method Detail

      • getReason

        public Reason getReason()
        Reason for closing dialog.
      • getCardData

        public CardData getCardData()
        Card data or null if absent.
      • toString

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