Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 6.14 KB

File metadata and controls

17 lines (14 loc) · 6.14 KB

Customer

Fields

Field Type Required Description Example
id str ✔️ Unique identifier.
domains List[str] Link to company's associated website domains.
company models.Company ✔️ N/A
document_counts Dict[str, int] A map of {string, int} pairs representing counts of each document type associated with this customer.
poc List[models.Person] A list of POC for company.
metadata Optional[models.CustomerMetadata] N/A
merged_customers List[models.Customer] A list of Customers.
start_date datetime The date when the interaction with customer started.
contract_annual_revenue Optional[float] Average contract annual revenue with that customer.
notes Optional[str] User facing (potentially generated) notes about company. CIO is interested in trying out the product.