The SummarizedTax
object contains the tax data for summarized invoice taxes:
Key | Value |
---|---|
max | [double] Max Base The maximum base for the tax bracket |
min | [double] Min Base The minimum base for the tax bracket |
tchg | [double] Total Charge Summarized charge amounts applied to the tax item from Invoice processing. Each entry in the summarized data has an individual total charge as it applies to the calculation of that specific summarized tax type and jurisdiction |
calc | [int] Calculation Type Indicates how the tax is calculated
|
cat | [string] Tax Category Name
|
cid | [int] Tax Category ID |
name | [string] Tax Name
|
exm | [double] Exempt Sale Amount |
lns | [int] Number of lines taxed |
pcd | [int] Reporting PCode PCode representing reporting tax jurisdiction |
rate | [double] Applicable tax rate |
sur | [bool] Surcharge (deprecated) Surcharge in the summarized taxes has been deprecated and will always return false . |
tax | [double] Summarized Tax Amount |
lvl | [int] Tax Level Indicates the jurisdiction level of the tax
|
tid | [int] Tax Type ID |