Skip to content

Commit ca2748c

Browse files
OAS Update
1 parent e1e56b1 commit ca2748c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

services/cost/v3/cost.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"from": {
20-
"description": "Start date (including)",
20+
"description": "Inclusive start date of the selection range. Internally, usages are recorded in UTC. This means all usages starting on and after 00:00:00 UTC on the specified date are included.",
2121
"in": "query",
2222
"name": "from",
2323
"required": true,
@@ -54,7 +54,7 @@
5454
}
5555
},
5656
"to": {
57-
"description": "End date (including)",
57+
"description": "Inclusive end date of the selection range. Internally, usages are recorded in UTC. This means all usages starting up to and including 23:59:59 UTC on the specified date are included.",
5858
"in": "query",
5959
"name": "to",
6060
"required": true,
@@ -98,13 +98,13 @@
9898
"type": "string"
9999
},
100100
"totalCharge": {
101-
"description": "Total charge for the whole requested date range (value in cents)",
101+
"description": "Total charge (including discounts) for all services and the whole requested date range (value in cents)",
102102
"example": 20103023.912003,
103103
"format": "double",
104104
"type": "number"
105105
},
106106
"totalDiscount": {
107-
"description": "Total discount for the whole requested date range (value in cents)",
107+
"description": "Total discount for all services and the whole requested date range (value in cents)",
108108
"example": 103023.912003,
109109
"format": "double",
110110
"type": "number"
@@ -178,13 +178,13 @@
178178
"type": "array"
179179
},
180180
"totalCharge": {
181-
"description": "Total charge for all services and the whole requested date range (value in cents)",
181+
"description": "Total charge (including discounts) for all services and the whole requested date range (value in cents)",
182182
"example": 20103023.912003,
183183
"format": "double",
184184
"type": "number"
185185
},
186186
"totalDiscount": {
187-
"description": "Total discount rounded for all services and the whole requested date range (value in cents)",
187+
"description": "Total discount for all services and the whole requested date range (value in cents)",
188188
"example": 103023.912003,
189189
"format": "double",
190190
"type": "number"
@@ -225,7 +225,7 @@
225225
"type": "array"
226226
},
227227
"totalCharge": {
228-
"description": "Total charge for all services and the whole requested date range (value in cents)",
228+
"description": "Total charge (including discounts) for all services and the whole requested date range (value in cents)",
229229
"example": 20103023.912003,
230230
"format": "double",
231231
"type": "number"
@@ -272,7 +272,7 @@
272272
"type": "array"
273273
},
274274
"totalCharge": {
275-
"description": "Total charge for all services and the whole requested date range (value in cents)",
275+
"description": "Total charge (including discounts) for all services and the whole requested date range (value in cents)",
276276
"example": 20103023.912003,
277277
"format": "double",
278278
"type": "number"
@@ -360,7 +360,7 @@
360360
"type": "string"
361361
},
362362
"totalCharge": {
363-
"description": "Total charge for all services and the whole requested date range (value in cents)",
363+
"description": "Total charge (including discounts) for all services and the whole requested date range (value in cents)",
364364
"example": 20103023.912003,
365365
"format": "double",
366366
"type": "number"
@@ -400,7 +400,7 @@
400400
"type": "string"
401401
},
402402
"totalCharge": {
403-
"description": "Total charge for all services and the whole requested date range (value in cents)",
403+
"description": "Total charge (including discounts) for all services and the whole requested date range (value in cents)",
404404
"example": 20103023.912003,
405405
"format": "double",
406406
"type": "number"

0 commit comments

Comments
 (0)