Skip to content

Commit 73e1078

Browse files
DTPAYWONE-564:
- Added taxVerificationStatus property to User class.
1 parent 4dc6273 commit 73e1078

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hyperwallet/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class User(HyperwalletModel):
7070
A dictionary containing the attributes for the User.
7171
'''
7272

73-
filters_array = {'clientUserId','email','programToken','status','verificationStatus', 'createdBefore', 'createdAfter', 'sortBy', 'offset', 'limit'}
73+
filters_array = {'clientUserId','email','programToken','status','verificationStatus', 'taxVerificationStatus', 'createdBefore', 'createdAfter', 'sortBy', 'offset', 'limit'}
7474

7575
def __init__(self, data):
7676
'''
@@ -116,6 +116,7 @@ def __init__(self, data):
116116
'status': None,
117117
'token': None,
118118
'verificationStatus': None,
119+
'taxVerificationStatus': None,
119120
'timeZone': None,
120121
'documents': None
121122
}

0 commit comments

Comments
 (0)