Uses of Class
com.adyen.model.capital.InvalidField
-
Packages that use InvalidField Package Description com.adyen.model.capital -
-
Uses of InvalidField in com.adyen.model.capital
Methods in com.adyen.model.capital that return InvalidField Modifier and Type Method Description static InvalidFieldInvalidField. fromJson(String jsonString)Create an instance of InvalidField given an JSON stringInvalidFieldInvalidField. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.InvalidFieldInvalidField. 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.capital that return types with arguments of type InvalidField Modifier and Type Method Description List<InvalidField>DefaultErrorResponseEntity. getInvalidFields()Array of fields with validation errors when applicable.Methods in com.adyen.model.capital with parameters of type InvalidField Modifier and Type Method Description DefaultErrorResponseEntityDefaultErrorResponseEntity. addInvalidFieldsItem(InvalidField invalidFieldsItem)Method parameters in com.adyen.model.capital with type arguments of type InvalidField Modifier and Type Method Description DefaultErrorResponseEntityDefaultErrorResponseEntity. invalidFields(List<InvalidField> invalidFields)Array of fields with validation errors when applicable.voidDefaultErrorResponseEntity. setInvalidFields(List<InvalidField> invalidFields)Array of fields with validation errors when applicable.
-