Типы организаций

enum PartyType {
        Unknown,
        Buyer,
        Supplier,
        Distributor
}