| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
String | ✔️ | Unique identifier. | |
domains |
List<String> | ➖ | Link to company's associated website domains. | |
company |
Company | ✔️ | N/A | |
documentCounts |
Map<String, long> | ➖ | A map of {string, int} pairs representing counts of each document type associated with this customer. | |
poc |
List<Person> | ➖ | A list of POC for company. | |
metadata |
Optional<CustomerMetadata> | ➖ | N/A | |
mergedCustomers |
List<Customer> | ➖ | A list of Customers. | |
startDate |
LocalDate | ➖ | The date when the interaction with customer started. | |
contractAnnualRevenue |
Optional<Double> | ➖ | Average contract annual revenue with that customer. | |
notes |
Optional<String> | ➖ | User facing (potentially generated) notes about company. | CIO is interested in trying out the product. |