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