File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -14276,44 +14276,44 @@ components:
14276
14276
example: Invoice
14277
14277
x-linode-cli-display: 3
14278
14278
subtotal:
14279
- type: integer
14279
+ type: number
14280
14280
readOnly: true
14281
14281
description: The amount of the Invoice before taxes in US Dollars.
14282
- example: 120
14282
+ example: 120.25
14283
14283
x-linode-cli-display: 4
14284
14284
tax:
14285
- type: integer
14285
+ type: number
14286
14286
readOnly: true
14287
14287
description: The amount of tax levied on the Invoice in US Dollars.
14288
- example: 12
14288
+ example: 12.25
14289
14289
x-linode-cli-display: 5
14290
14290
total:
14291
- type: integer
14291
+ type: number
14292
14292
readOnly: true
14293
14293
description: The amount of the Invoice after taxes in US Dollars.
14294
- example: 132
14294
+ example: 132.50
14295
14295
x-linode-cli-display: 6
14296
14296
InvoiceItem:
14297
14297
type: object
14298
14298
description: An InvoiceItem object.
14299
14299
properties:
14300
14300
amount:
14301
- type: integer
14301
+ type: number
14302
14302
readOnly: true
14303
14303
description: The price, in US dollars, of the Invoice Item. Equal to the unit price multiplied by quantity.
14304
- example: 20
14304
+ example: 20.20
14305
14305
x-linode-cli-display: 4
14306
14306
tax:
14307
- type: integer
14307
+ type: number
14308
14308
readOnly: true
14309
14309
description: The amount of tax levied on this Item in US Dollars.
14310
- example: 2
14310
+ example: 1.25
14311
14311
x-linode-cli-display: 5
14312
14312
total:
14313
- type: integer
14313
+ type: number
14314
14314
readOnly: true
14315
14315
description: The price of this Item after taxes in US Dollars.
14316
- example: 22
14316
+ example: 21.45
14317
14317
x-linode-cli-display: 6
14318
14318
from:
14319
14319
type: string
@@ -14332,7 +14332,7 @@ components:
14332
14332
type: integer
14333
14333
readOnly: true
14334
14334
description: The quantity of this Item for the specified Invoice.
14335
- example: 2
14335
+ example: 4
14336
14336
to:
14337
14337
type: string
14338
14338
readOnly: true
@@ -14343,16 +14343,16 @@ components:
14343
14343
type:
14344
14344
type: string
14345
14345
readOnly: true
14346
- description: The type of service, ether `prepay ` or `misc`.
14346
+ description: The type of service, ether `hourly ` or `misc`.
14347
14347
enum:
14348
14348
- hourly
14349
- - prepay
14350
14349
- misc
14350
+ example: hourly
14351
14351
unitprice:
14352
- type: integer
14352
+ type: number
14353
14353
readOnly: true
14354
14354
description: The monthly service fee in US Dollars for this Item.
14355
- example: 10
14355
+ example: 5.05
14356
14356
IPAddress:
14357
14357
type: object
14358
14358
description: >
You can’t perform that action at this time.
0 commit comments