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.
1 parent dbad623 commit 194fc56Copy full SHA for 194fc56
openapi.yaml
@@ -19671,6 +19671,21 @@ components:
19671
description: The amount of tax levied on the Invoice in US Dollars.
19672
example: 12.25
19673
x-linode-cli-display: 5
19674
+ tax_summary:
19675
+ type: array
19676
+ readOnly: true
19677
+ description: The amount of tax broken down into subtotals by source.
19678
+ items:
19679
+ type: object
19680
+ properties:
19681
+ tax:
19682
+ type: number
19683
+ description: The amount of tax subtotal attributable to this source.
19684
+ example: 12.25
19685
+ name:
19686
+ type: string
19687
+ description: The source of this tax subtotal.
19688
+ example: PA STATE TAX
19689
total:
19690
type: number
19691
readOnly: true
0 commit comments