-
- All Implemented Interfaces:
-
sqip.CardDetails
public final class CardEntryActivityResult.Success extends CardEntryActivityResult implements CardDetails
Represents the result of a successful operation to process card payment information. Contains the card nonce and additional Card details.
-
-
Method Summary
Modifier and Type Method Description final String
component1()
final Card
component2()
final CardEntryActivityResult.Success
copy(String nonce, Card card)
String
getNonce()
Card
getCard()
-
Methods inherited from class sqip.CardEntryActivityResult.Success
getSuccessValue, isCanceled, isSuccess
-
Methods inherited from class sqip.CardEntryActivityResult
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 CardEntryActivityResult.Success copy(String nonce, Card card)
-
-
-
-