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 a904d62 commit 1afd7a5Copy full SHA for 1afd7a5
intuitlib/enums.py
@@ -28,4 +28,10 @@ class Scopes(Enum):
28
OPENID = 'openid'
29
ACCOUNTING = 'com.intuit.quickbooks.accounting'
30
PAYMENT = 'com.intuit.quickbooks.payment'
31
+
32
+ # for whitelisted Beta apps only
33
+ PAYROLL = 'com.intuit.quickbooks.payroll'
34
+ PAYROLL_TIMETRACKING = 'com.intuit.quickbooks.payroll.timetracking'
35
+ PAROLL_BENEFITS = 'com.intuit.quickbooks.payroll.benefits'
36
37
0 commit comments