Skip to content

Commit 44aba47

Browse files
authored
feat(edge_services): fix plan_cost description (#766)
1 parent e140c18 commit 44aba47

File tree

2 files changed

+2
-2
lines changed
  • scaleway/scaleway/edge_services/v1alpha1
  • scaleway-async/scaleway_async/edge_services/v1alpha1

2 files changed

+2
-2
lines changed

scaleway-async/scaleway_async/edge_services/v1alpha1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ class GetBillingResponse:
780780

781781
plan_cost: Optional[Money]
782782
"""
783-
Price of the current subscription plan.
783+
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.
784784
"""
785785

786786
extra_pipelines_cost: Optional[Money]

scaleway/scaleway/edge_services/v1alpha1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ class GetBillingResponse:
780780

781781
plan_cost: Optional[Money]
782782
"""
783-
Price of the current subscription plan.
783+
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.
784784
"""
785785

786786
extra_pipelines_cost: Optional[Money]

0 commit comments

Comments
 (0)