Skip to content

Commit ed0c7ee

Browse files
authored
Merge pull request #1 from intuit/develop
add payroll scopes
2 parents a904d62 + 1afd7a5 commit ed0c7ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

intuitlib/enums.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ class Scopes(Enum):
2828
OPENID = 'openid'
2929
ACCOUNTING = 'com.intuit.quickbooks.accounting'
3030
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+
3137

0 commit comments

Comments
 (0)