We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dcd68 commit 104b9a1Copy full SHA for 104b9a1
packages/clients/src/api/edge_services/v1alpha1/types.gen.ts
@@ -530,7 +530,11 @@ export interface GetBillingResponse {
530
* plan.
531
*/
532
currentPlan?: PlanDetails
533
- /** Price of the current subscription plan. */
+ /**
534
+ * Cost to date (this month) for Edge Service subscription plans. This
535
+ * comprises the pro-rata cost of the current subscription plan, and any
536
+ * previous subscription plans that were active earlier in the month.
537
+ */
538
planCost?: Money
539
/** Total number of pipelines currently configured. */
540
pipelineNumber: number
0 commit comments