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 9fd925c commit 6cb7c29Copy full SHA for 6cb7c29
intuitlib/enums.py
@@ -38,6 +38,7 @@ class Scopes(Enum):
38
CUSTOM_FIELDS_READ = 'app-foundations.custom-field-definitions.read'
39
CUSTOM_FIELDS = 'app-foundations.custom-field-definitions'
40
EMPLOYEE_COMPENSATION = 'payroll.compensation.read'
41
+ TAX = 'indirect-tax.tax-calculation.quickbooks'
42
43
44
# For migrated apps only
0 commit comments