Skip to content

Commit e4ff030

Browse files
feat(api): add loan_tape_date field to statement line items
1 parent 5545804 commit e4ff030

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 188
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-34cfbf6ee4a6903838da11a879bbbfe71b84e7585b3c8c6957bf524deb378b41.yml
3-
openapi_spec_hash: f9e20ed9f3c5d78a185af18be0d7a199
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-fb9adae9eb94be3d04c66cc6c974cb0cc010d9d3a49e6fe23c32276e4317b568.yml
3+
openapi_spec_hash: 8da1862112b00c8a0c9e19b2e83c89d8
44
config_hash: 8799cfd589579f105ef8696a6d664c71

src/lithic/types/financial_accounts/statements/statement_line_items.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ class Data(BaseModel):
159159
event_subtype: Optional[str] = None
160160
"""Subtype of the event that generated the line items"""
161161

162+
loan_tape_date: Optional[date] = None
163+
"""Date of the loan tape that generated this line item"""
164+
162165

163166
class StatementLineItems(BaseModel):
164167
data: List[Data]

0 commit comments

Comments
 (0)