Uses of Class
com.adyen.model.legalentitymanagement.VerificationError.TypeEnum
-
Packages that use VerificationError.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of VerificationError.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return VerificationError.TypeEnum Modifier and Type Method Description static VerificationError.TypeEnumVerificationError.TypeEnum. fromValue(String value)VerificationError.TypeEnumVerificationError. getType()The type of error.static VerificationError.TypeEnumVerificationError.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VerificationError.TypeEnum[]VerificationError.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.legalentitymanagement with parameters of type VerificationError.TypeEnum Modifier and Type Method Description voidVerificationError. setType(VerificationError.TypeEnum type)The type of error.VerificationErrorVerificationError. type(VerificationError.TypeEnum type)The type of error.
-