We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d405f4 commit ab83419Copy full SHA for ab83419
.generator/schemas/v1/openapi.yaml
@@ -20019,7 +20019,8 @@ components:
20019
description: The account public ID.
20020
type: string
20021
billing_plan:
20022
- description: The billing plan.
+ deprecated: true
20023
+ description: The billing plan (metadata). (Deprecated from May 2026)
20024
20025
end_date:
20026
description: Shows the last date of usage.
services/usage_metering/src/v1/models/UsageBillableSummaryHour.ts
@@ -15,7 +15,7 @@ export class UsageBillableSummaryHour {
15
*/
16
"accountPublicId"?: string;
17
/**
18
- * The billing plan.
+ * The billing plan (metadata). (Deprecated from May 2026)
19
20
"billingPlan"?: string;
21
0 commit comments