Uses of Class
com.adyen.model.relayedauthorizationwebhooks.ValidationResult
-
Packages that use ValidationResult Package Description com.adyen.model.relayedauthorizationwebhooks -
-
Uses of ValidationResult in com.adyen.model.relayedauthorizationwebhooks
Methods in com.adyen.model.relayedauthorizationwebhooks that return ValidationResult Modifier and Type Method Description static ValidationResultValidationResult. fromJson(String jsonString)Create an instance of ValidationResult given an JSON stringValidationResultValidationResult. result(String result)The result of the check.ValidationResultValidationResult. type(String type)Type of check.Methods in com.adyen.model.relayedauthorizationwebhooks that return types with arguments of type ValidationResult Modifier and Type Method Description List<ValidationResult>RelayedAuthorisationRequest. getValidationResult()Contains the checks that Adyen performed to validate the payment and the result of each.Methods in com.adyen.model.relayedauthorizationwebhooks with parameters of type ValidationResult Modifier and Type Method Description RelayedAuthorisationRequestRelayedAuthorisationRequest. addValidationResultItem(ValidationResult validationResultItem)Method parameters in com.adyen.model.relayedauthorizationwebhooks with type arguments of type ValidationResult Modifier and Type Method Description voidRelayedAuthorisationRequest. setValidationResult(List<ValidationResult> validationResult)Contains the checks that Adyen performed to validate the payment and the result of each.RelayedAuthorisationRequestRelayedAuthorisationRequest. validationResult(List<ValidationResult> validationResult)Contains the checks that Adyen performed to validate the payment and the result of each.
-