Package 

Class GooglePayNonceResult.Success

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String nonce
      private final Card card
    • Constructor Summary

      Constructors 
      Constructor Description
      Success(String nonce, Card card)
    • Method Summary

      Modifier and Type Method Description
      final String component1()
      final Card component2()
      final GooglePayNonceResult.Success copy(String nonce, Card card)
      String getNonce()
      Card getCard()
      • Methods inherited from class sqip.GooglePayNonceResult.Success

        getErrorValue, getSuccessValue, isError, isSuccess
      • Methods inherited from class sqip.GooglePayNonceResult

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait