lib/client/research/docs/Industry.md

23 lines
1.2 KiB
Markdown
Raw Normal View History

2022-09-03 21:10:56 +00:00
# Research.Industry
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ID** | **String** | Taxnexus Record Id | [optional]
**createdByID** | **String** | Created By User ID | [optional]
**createdDate** | **String** | Created Date | [optional]
**lastModifiedByID** | **String** | Last Modified By User ID | [optional]
**lastModifiedDate** | **String** | Last Modified Date | [optional]
**name** | **String** | Industry Name | [optional]
**description** | **String** | Industry Description | [optional]
**parentIndustryID** | **String** | The ID of the Parent Industry | [optional]
**level** | **String** | The hierarchical level of this Industry | [optional]
**path** | **String** | The full path of this industry, including Parent | [optional]
**slug** | **String** | The CMS Slug for this Industry | [optional]
**siteURL** | **String** | The URL of the corresponding page on the CMS | [optional]
**companies** | **[String]** | The AccountIDs of the Companies in this Industry | [optional]
**companyProducts** | [**[CompanyProduct]**](CompanyProduct.md) | The list of Products in this industry | [optional]