Success

@JsonClass(generateAdapter = true)
data class Success(val hasChallengedUser: Boolean, val verificationToken: String) : BuyerVerificationResult

Represents the result of a successful BuyerVerificationResult.verify operation. Contains a value indicating whether the user was challenged and the verification token.

Constructors

Link copied to clipboard
constructor(hasChallengedUser: Boolean, verificationToken: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

The result of an erroneous BuyerVerification.verify operation.

Link copied to clipboard
Link copied to clipboard

True if the BuyerVerification.verify operation resulted in an error.

Link copied to clipboard

True if the BuyerVerification.verify operation was successful. See getSuccessValue for the result.