Uses of Class
com.adyen.model.management.InvalidField
-
Packages that use InvalidField Package Description com.adyen.model.management -
-
Uses of InvalidField in com.adyen.model.management
Methods in com.adyen.model.management that return InvalidField Modifier and Type Method Description static InvalidFieldInvalidField. fromJson(String jsonString)Create an instance of InvalidField given an JSON stringInvalidFieldInvalidField. message(String message)Description of the validation error.InvalidFieldInvalidField. name(String name)The field that has an invalid value.InvalidFieldInvalidField. value(String value)The invalid value.Methods in com.adyen.model.management that return types with arguments of type InvalidField Modifier and Type Method Description List<InvalidField>RestServiceError. getInvalidFields()Detailed explanation of each validation error, when applicable.Methods in com.adyen.model.management with parameters of type InvalidField Modifier and Type Method Description RestServiceErrorRestServiceError. addInvalidFieldsItem(InvalidField invalidFieldsItem)Method parameters in com.adyen.model.management with type arguments of type InvalidField Modifier and Type Method Description RestServiceErrorRestServiceError. invalidFields(List<InvalidField> invalidFields)Detailed explanation of each validation error, when applicable.voidRestServiceError. setInvalidFields(List<InvalidField> invalidFields)Detailed explanation of each validation error, when applicable.
-