Error
@JsonClass(generateAdapter = true )
Represents the result of an unsuccessful BuyerVerification.verify operation.
Constructors
Link copied to clipboard
constructor(code: BuyerVerificationResult.Error.Code, message: String, debugCode: String, debugMessage: String)
Types
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The result of an erroneous BuyerVerification.verify operation.
Link copied to clipboard
The result of a successful BuyerVerification.verify operation.
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.