Company spend tier object

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

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the company spend tier.
currencystringThe currency code of the company spend tier.
amountnumberThe amount of the company spend tier.
isActivebooleanA flag to indicate if the company spend tier is active in the system.
createdAttimestampThe timestamp when the object was created.