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: packages/clients/src/api/billing/v2beta1/api.gen.ts
+9-19Lines changed: 9 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,8 @@ import type {
31
31
32
32
/**
33
33
* Billing API.
34
-
*
35
-
* This API allows you to manage and query your Scaleway billing and
36
-
* consumption.
34
+
35
+
This API allows you to manage and query your Scaleway billing and consumption.
37
36
*/
38
37
exportclassAPIextendsParentAPI{
39
38
protectedpageOfListConsumptions=(
@@ -72,8 +71,7 @@ export class API extends ParentAPI {
72
71
)
73
72
74
73
/**
75
-
* Get monthly consumption. Consumption allows you to retrieve your past or
76
-
* current consumption cost, by project or category.
74
+
* Get monthly consumption. Consumption allows you to retrieve your past or current consumption cost, by project or category.
77
75
*
78
76
* @param request - The request {@link ListConsumptionsRequest}
79
77
* @returns A Promise of ListConsumptionsResponse
@@ -105,8 +103,7 @@ export class API extends ParentAPI {
105
103
)
106
104
107
105
/**
108
-
* Get monthly consumption taxes. Consumption Tax allows you to retrieve your
109
-
* past or current tax charges, by project or category.
106
+
* Get monthly consumption taxes. Consumption Tax allows you to retrieve your past or current tax charges, by project or category.
110
107
*
111
108
* @param request - The request {@link ListTaxesRequest}
112
109
* @returns A Promise of ListTaxesResponse
@@ -138,8 +135,7 @@ export class API extends ParentAPI {
138
135
)
139
136
140
137
/**
141
-
* List invoices. List all your invoices, filtering by `start_date` and
142
-
* `invoice_type`. Each invoice has its own ID.
138
+
* List invoices. List all your invoices, filtering by `start_date` and `invoice_type`. Each invoice has its own ID.
143
139
*
144
140
* @param request - The request {@link ListInvoicesRequest}
145
141
* @returns A Promise of ListInvoicesResponse
@@ -221,16 +217,10 @@ export class API extends ParentAPI {
221
217
)
222
218
223
219
/**
224
-
* List discounts. List all discounts for your Organization and usable
225
-
* categories, products, offers, references, regions and zones where the
226
-
* discount can be applied. As a reseller:
227
-
*
228
-
* - If you do not specify an `organization_id` you will list the discounts
229
-
* applied to your own Organization and your customers
230
-
* - If you indicate your `organization_id` you will list only the discounts
231
-
* applied to your Organization
232
-
* - If you indicate `the organization_id` of one of your customers, you will
233
-
* list the discounts applied to their Organization.
220
+
* List discounts. List all discounts for your Organization and usable categories, products, offers, references, regions and zones where the discount can be applied. As a reseller:
221
+
- If you do not specify an `organization_id` you will list the discounts applied to your own Organization and your customers
222
+
- If you indicate your `organization_id` you will list only the discounts applied to your Organization
223
+
- If you indicate `the organization_id` of one of your customers, you will list the discounts applied to their Organization.
234
224
*
235
225
* @param request - The request {@link ListDiscountsRequest}
0 commit comments