Skip to main content
Skip table of contents

5.1 Organization Enums

JAVA
public enum TrSvcOrganizationType : int
    {
        None = -1,
        SelectAnItem = 999,
        All = 0,
        Internal = 1,
        Distributor = 2,
        Reseller = 3,
        Supplier = 4,
        Vendor = 5,
        Other = 6,
        Client = 7,
        Partner = 8,
        Wholesaler = 9,
        Subsidiary = 10,
        Manufacturer = 11,
        Business = 12
    }

    public enum TrSvcOrganizationStatus : int
    {
        None = -1,
        All = 0,
        Active = 1,
        Disabled = 2
    }


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.