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