Uses of Class
com.adyen.model.legalentitymanagement.VerificationError.CapabilitiesEnum
-
Packages that use VerificationError.CapabilitiesEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of VerificationError.CapabilitiesEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return VerificationError.CapabilitiesEnum Modifier and Type Method Description static VerificationError.CapabilitiesEnumVerificationError.CapabilitiesEnum. fromValue(String value)static VerificationError.CapabilitiesEnumVerificationError.CapabilitiesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VerificationError.CapabilitiesEnum[]VerificationError.CapabilitiesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.legalentitymanagement that return types with arguments of type VerificationError.CapabilitiesEnum Modifier and Type Method Description List<VerificationError.CapabilitiesEnum>VerificationError. getCapabilities()Contains key-value pairs that specify the actions that the legal entity can do in your platform.Methods in com.adyen.model.legalentitymanagement with parameters of type VerificationError.CapabilitiesEnum Modifier and Type Method Description VerificationErrorVerificationError. addCapabilitiesItem(VerificationError.CapabilitiesEnum capabilitiesItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type VerificationError.CapabilitiesEnum Modifier and Type Method Description VerificationErrorVerificationError. capabilities(List<VerificationError.CapabilitiesEnum> capabilities)voidVerificationError. setCapabilities(List<VerificationError.CapabilitiesEnum> capabilities)Contains key-value pairs that specify the actions that the legal entity can do in your platform.
-