Uses of Class
com.adyen.model.legalentitymanagement.VerificationErrorRecursive.CapabilitiesEnum
-
Packages that use VerificationErrorRecursive.CapabilitiesEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of VerificationErrorRecursive.CapabilitiesEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return VerificationErrorRecursive.CapabilitiesEnum Modifier and Type Method Description static VerificationErrorRecursive.CapabilitiesEnumVerificationErrorRecursive.CapabilitiesEnum. fromValue(String value)static VerificationErrorRecursive.CapabilitiesEnumVerificationErrorRecursive.CapabilitiesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VerificationErrorRecursive.CapabilitiesEnum[]VerificationErrorRecursive.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 VerificationErrorRecursive.CapabilitiesEnum Modifier and Type Method Description List<VerificationErrorRecursive.CapabilitiesEnum>VerificationErrorRecursive. 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 VerificationErrorRecursive.CapabilitiesEnum Modifier and Type Method Description VerificationErrorRecursiveVerificationErrorRecursive. addCapabilitiesItem(VerificationErrorRecursive.CapabilitiesEnum capabilitiesItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type VerificationErrorRecursive.CapabilitiesEnum Modifier and Type Method Description VerificationErrorRecursiveVerificationErrorRecursive. capabilities(List<VerificationErrorRecursive.CapabilitiesEnum> capabilities)voidVerificationErrorRecursive. setCapabilities(List<VerificationErrorRecursive.CapabilitiesEnum> capabilities)Contains key-value pairs that specify the actions that the legal entity can do in your platform.
-