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 1a3954f commit 2f2349dCopy full SHA for 2f2349d
2 files changed
method/resources/Account.py
@@ -321,6 +321,7 @@ class AccountLiability(TypedDict):
321
data_sync_type: AccountLiabilitySyncTypesLiterals
322
ownership: TradelineAccountOwnershipLiterals
323
hash: str
324
+ fingerprint: str
325
type: AccountLiabilityTypesLiterals
326
loan: Optional[AccountLiabilityLoan]
327
student_loan: Optional[AccountLiabilityStudentLoan]
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='method-python',
5
- version='0.0.36',
+ version='0.0.37',
6
description='Python library for the Method API',
7
long_description='Python library for the Method API',
8
long_description_content_type='text/x-rst',
0 commit comments