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: scaleway-async/scaleway_async/edge_services/v1alpha1/types.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -780,7 +780,7 @@ class GetBillingResponse:
780
780
781
781
plan_cost: Optional[Money]
782
782
"""
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.
Copy file name to clipboardExpand all lines: scaleway/scaleway/edge_services/v1alpha1/types.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -780,7 +780,7 @@ class GetBillingResponse:
780
780
781
781
plan_cost: Optional[Money]
782
782
"""
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.
0 commit comments