-
public interface BuyerVerifiedDetails
Represents the result of a successful operation to verify a payment token
-
-
Method Summary
Modifier and Type Method Description abstract Boolean
getHasChallengedUser()
abstract String
getVerificationToken()
-
-
Method Detail
-
getHasChallengedUser
abstract Boolean getHasChallengedUser()
-
getVerificationToken
abstract String getVerificationToken()
-
-
-
-