Last active
June 24, 2021 19:47
-
-
Save kulvirTAC/669fc94ff72abf7f2364db9df3389791 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"TaxDetails": [ | |
{ | |
"id": "bc0fc7b0-ce58-47eb-a1cf-dba9eee671aa", | |
"rowNumber": 1, | |
"note": null, | |
"TaxableAmount": { | |
"value": 0.0000 | |
}, | |
"TaxAmount": { | |
"value": 0.0000 | |
}, | |
"TaxID": { | |
"value": "BCPSTAR" | |
}, | |
"TaxRate": { | |
"value": 7.000000 | |
}, | |
"custom": {} | |
}, | |
{ | |
"id": "1232325c-45d0-48ed-8a9f-8c32fffe0a69", | |
"rowNumber": 2, | |
"note": null, | |
"TaxableAmount": { | |
"value": 0.0000 | |
}, | |
"TaxAmount": { | |
"value": 0.0000 | |
}, | |
"TaxID": { | |
"value": "EXEMPT" | |
}, | |
"TaxRate": { | |
"value": 0.000000 | |
}, | |
"custom": {} | |
}, | |
{ | |
"id": "812cb152-04ec-404d-ade1-665c95a4b032", | |
"rowNumber": 3, | |
"note": null, | |
"TaxableAmount": { | |
"value": 4.6000 | |
}, | |
"TaxAmount": { | |
"value": 0.2300 | |
}, | |
"TaxID": { | |
"value": "GST" | |
}, | |
"TaxRate": { | |
"value": 5.000000 | |
}, | |
"custom": {} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment