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.LegalEntityCapability.AllowedLevelEnumLegalEntityCapability.AllowedLevelEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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.Methods in com.adyen.model.legalentitymanagement with parameters of type LegalEntityCapability.AllowedLevelEnum Modifier and Type Method Description voidLegalEntityCapability.AllowedLevelEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, LegalEntityCapability.AllowedLevelEnum enumeration)Constructors in com.adyen.model.legalentitymanagement with parameters of type LegalEntityCapability.AllowedLevelEnum Constructor Description LegalEntityCapability(Boolean allowed, LegalEntityCapability.AllowedLevelEnum allowedLevel, List<CapabilityProblem> problems, Boolean requested, LegalEntityCapability.RequestedLevelEnum requestedLevel, List<SupportingEntityCapability> transferInstruments, String verificationStatus)
-