-
- All Implemented Interfaces:
-
sqip.BuyerVerifiedDetails
public final class BuyerVerificationResult.Success extends BuyerVerificationResult implements BuyerVerifiedDetails
Represents the result of a successful BuyerVerificationResult.verify operation. Contains a value indicating whether the user was challenged and the verification token.
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
hasChallengedUser
private final String
verificationToken
-
Method Summary
Modifier and Type Method Description final Boolean
component1()
final String
component2()
final BuyerVerificationResult.Success
copy(Boolean hasChallengedUser, String verificationToken)
Boolean
getHasChallengedUser()
String
getVerificationToken()
-
Methods inherited from class sqip.BuyerVerificationResult.Success
getErrorValue, getSuccessValue, isError, isSuccess
-
Methods inherited from class sqip.BuyerVerificationResult
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 Boolean component1()
-
component2
final String component2()
-
copy
final BuyerVerificationResult.Success copy(Boolean hasChallengedUser, String verificationToken)
-
getHasChallengedUser
Boolean getHasChallengedUser()
-
getVerificationToken
String getVerificationToken()
-
-
-
-