Uses of Class
com.adyen.model.legalentitymanagement.LegalEntityCapability.AllowedLevelEnum
-
Packages that use LegalEntityCapability.AllowedLevelEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of LegalEntityCapability.AllowedLevelEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return LegalEntityCapability.AllowedLevelEnum Modifier and Type Method Description static LegalEntityCapability.AllowedLevelEnumLegalEntityCapability.AllowedLevelEnum. fromValue(String value)LegalEntityCapability.AllowedLevelEnumLegalEntityCapability. getAllowedLevel()The capability level that is allowed for the legal entity.static LegalEntityCapability.AllowedLevelEnumLegalEntityCapability.AllowedLevelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LegalEntityCapability.AllowedLevelEnum[]LegalEntityCapability.AllowedLevelEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.adyen.model.legalentitymanagement with parameters of type LegalEntityCapability.AllowedLevelEnum Constructor Description LegalEntityCapability(Boolean allowed, LegalEntityCapability.AllowedLevelEnum allowedLevel, Boolean requested, LegalEntityCapability.RequestedLevelEnum requestedLevel, List<SupportingEntityCapability> transferInstruments, String verificationStatus)
-