Company spend tiers are used to categorize companies based on their annual spend.
Company spend tiers are only available in the pro plan and require the pipeline feature to be turned on in your workspace.
Example
{
"id": "38925a4a-e190-46f6-af88-563140b36a9e",
"name": "Tier 1",
"amount": 100000,
"currency": "USD",
"isActive": true,
"createdAt": "2024-09-18T15:15:30.085Z"
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the company spend tier. |
currency | string | The currency code of the company spend tier. |
amount | number | The amount of the company spend tier. |
isActive | boolean | A flag to indicate if the company spend tier is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |