You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/edge_services/v1alpha1/edge_services_sdk.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1219,7 +1219,7 @@ type GetBillingResponse struct {
1219
1219
// CurrentPlan: information on the currently-selected, active Edge Services subscription plan.
1220
1220
CurrentPlan*PlanDetails`json:"current_plan"`
1221
1221
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.
1223
1223
PlanCost*scw.Money`json:"plan_cost"`
1224
1224
1225
1225
// PipelineNumber: total number of pipelines currently configured.
0 commit comments