We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6551ec + 194fc56 commit 242b3f9Copy full SHA for 242b3f9
openapi.yaml
@@ -19670,6 +19670,21 @@ components:
19670
description: The amount of tax levied on the Invoice in US Dollars.
19671
example: 12.25
19672
x-linode-cli-display: 5
19673
+ tax_summary:
19674
+ type: array
19675
+ readOnly: true
19676
+ description: The amount of tax broken down into subtotals by source.
19677
+ items:
19678
+ type: object
19679
+ properties:
19680
+ tax:
19681
+ type: number
19682
+ description: The amount of tax subtotal attributable to this source.
19683
+ example: 12.25
19684
+ name:
19685
+ type: string
19686
+ description: The source of this tax subtotal.
19687
+ example: PA STATE TAX
19688
total:
19689
type: number
19690
readOnly: true
0 commit comments