Skip to content

Commit 87e7668

Browse files
authored
feat(edge_services): fix plan_cost description (#2335)
1 parent 7309180 commit 87e7668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/edge_services/v1alpha1/edge_services_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ type GetBillingResponse struct {
12191219
// CurrentPlan: information on the currently-selected, active Edge Services subscription plan.
12201220
CurrentPlan *PlanDetails `json:"current_plan"`
12211221

1222-
// PlanCost: price of the current subscription plan.
1222+
// PlanCost: cost to date (this month) for Edge Service subscription plans. This comprises the pro-rata cost of the current subscription plan, and any previous subscription plans that were active earlier in the month.
12231223
PlanCost *scw.Money `json:"plan_cost"`
12241224

12251225
// PipelineNumber: total number of pipelines currently configured.

0 commit comments

Comments
 (0)