Skip to main content
The billing threshold object defines a usage-based spending limit that can be assigned to organizations. When an organization’s usage reaches the threshold value, billing actions are triggered. Threshold values are stored in cents.
billingThresholdId
string
O identificador unico do limite de faturamento (UUIDv7).
name
string
The billing threshold name.
description
string
The billing threshold description.
value
integer
The threshold value in cents.
currency
string
O codigo da moeda (ex: BRL, USD).
status
string
The billing threshold status. Um de: ACTIVE, INACTIVE.
createdBy
string
The user ID who created the billing threshold.
createdAt
string
Timestamp de criacao (ISO 8601).
updatedBy
string
The user ID who last updated the billing threshold.
updatedAt
string
Timestamp da ultima atualizacao (ISO 8601).
{
  "billingThresholdId": "019525fd-a068-7e7c-d4f0-6a8b0c2e4f6c",
  "name": "Standard Threshold",
  "description": "Default billing threshold for new organizations.",
  "value": 100000,
  "currency": "BRL",
  "status": "ACTIVE",
  "createdBy": "019525fd-56a8-7db4-8c3e-2a1b4d6f8e0c",
  "createdAt": "2026-01-10T08:00:00.000Z",
  "updatedBy": "019525fd-56a8-7db4-8c3e-2a1b4d6f8e0c",
  "updatedAt": "2026-01-10T08:00:00.000Z"
}