Uses of Class
com.adyen.model.legalentitymanagement.Organization.InstitutionalSectorEnum
-
Packages that use Organization.InstitutionalSectorEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of Organization.InstitutionalSectorEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Organization.InstitutionalSectorEnum Modifier and Type Method Description static Organization.InstitutionalSectorEnumOrganization.InstitutionalSectorEnum. fromValue(String value)Organization.InstitutionalSectorEnumOrganization. getInstitutionalSector()The institutional sector the organization operates within.static Organization.InstitutionalSectorEnumOrganization.InstitutionalSectorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Organization.InstitutionalSectorEnum[]Organization.InstitutionalSectorEnum. 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 Organization.InstitutionalSectorEnum Modifier and Type Method Description OrganizationOrganization. institutionalSector(Organization.InstitutionalSectorEnum institutionalSector)The institutional sector the organization operates within.voidOrganization. setInstitutionalSector(Organization.InstitutionalSectorEnum institutionalSector)The institutional sector the organization operates within.
-