Uses of Class
com.adyen.model.legalentitymanagement.LegalEntityInfo.TypeEnum
-
Packages that use LegalEntityInfo.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of LegalEntityInfo.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return LegalEntityInfo.TypeEnum Modifier and Type Method Description static LegalEntityInfo.TypeEnumLegalEntityInfo.TypeEnum. fromValue(String value)LegalEntityInfo.TypeEnumLegalEntityInfo. getType()The type of legal entity.static LegalEntityInfo.TypeEnumLegalEntityInfo.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LegalEntityInfo.TypeEnum[]LegalEntityInfo.TypeEnum. 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 LegalEntityInfo.TypeEnum Modifier and Type Method Description voidLegalEntityInfo. setType(LegalEntityInfo.TypeEnum type)The type of legal entity.LegalEntityInfoLegalEntityInfo. type(LegalEntityInfo.TypeEnum type)The type of legal entity.
-