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.
O identificador unico do limite de faturamento (UUIDv7).
The billing threshold name.
The billing threshold description.
The threshold value in cents.
O codigo da moeda (ex: BRL, USD).
The billing threshold status. Um de: ACTIVE, INACTIVE.
The user ID who created the billing threshold.
Timestamp de criacao (ISO 8601).
The user ID who last updated the billing threshold.
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"
}