Skip to content

Commit

Permalink
feat(edge_services): fix plan_cost description (#2335)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Nov 29, 2024
1 parent 7309180 commit 87e7668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/edge_services/v1alpha1/edge_services_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ type GetBillingResponse struct {
// CurrentPlan: information on the currently-selected, active Edge Services subscription plan.
CurrentPlan *PlanDetails `json:"current_plan"`

// PlanCost: price of the current subscription plan.
// 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.
PlanCost *scw.Money `json:"plan_cost"`

// PipelineNumber: total number of pipelines currently configured.
Expand Down

0 comments on commit 87e7668

Please sign in to comment.