Skip to content

Commit

Permalink
feat: update generated APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Nov 29, 2024
1 parent 7309180 commit be7a48c
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 be7a48c

Please sign in to comment.