Uses of Class
com.adyen.model.managementwebhooks.VerificationError.TypeEnum
-
Packages that use VerificationError.TypeEnum Package Description com.adyen.model.managementwebhooks -
-
Uses of VerificationError.TypeEnum in com.adyen.model.managementwebhooks
Methods in com.adyen.model.managementwebhooks that return VerificationError.TypeEnum Modifier and Type Method Description static VerificationError.TypeEnumVerificationError.TypeEnum. fromValue(String value)VerificationError.TypeEnumVerificationError. getType()The type of verification 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.managementwebhooks with parameters of type VerificationError.TypeEnum Modifier and Type Method Description voidVerificationError. setType(VerificationError.TypeEnum type)The type of verification error.VerificationErrorVerificationError. type(VerificationError.TypeEnum type)The type of verification error.
-