-
- All Implemented Interfaces:
-
sqip.CardDetails
public final class GooglePayNonceResult.Success extends GooglePayNonceResult implements CardDetails
Represents the result of a successful GooglePay.requestGooglePayNonce operation. Contains the card nonce and additional Card details.
-
-
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
-
-
Method Detail
-
component1
final String component1()
-
component2
final Card component2()
-
copy
final GooglePayNonceResult.Success copy(String nonce, Card card)
-
-
-
-