Uses of Class
com.adyen.model.paymentsapp.InvalidField
-
Packages that use InvalidField Package Description com.adyen.model.paymentsapp -
-
Uses of InvalidField in com.adyen.model.paymentsapp
Methods in com.adyen.model.paymentsapp 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.paymentsapp 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.paymentsapp with parameters of type InvalidField Modifier and Type Method Description DefaultErrorResponseEntityDefaultErrorResponseEntity. addInvalidFieldsItem(InvalidField invalidFieldsItem)Method parameters in com.adyen.model.paymentsapp 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.
-