Skip to content

Commit 3b035bc

Browse files
feat(api): add statement_totals field to Statement model
1 parent c511d14 commit 3b035bc

2 files changed

Lines changed: 4 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: 189
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-27d13d3d5226c710b07f9fc954fa53a8e6923e74d90d3f587d96399c1baf4de3.yml
3-
openapi_spec_hash: 99a60cbd91f32b25617a9536fadebf07
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-bf54d7063b11e1b1656e00d02438f34f87938a9fdbdd5b980fce3cfae3dabffa.yml
3+
openapi_spec_hash: c6efbc9d3105fa48f76ebb095b887e08
44
config_hash: edbdfefeb0d3d927c2f9fe3402793215

src/lithic/types/financial_accounts/statement.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,5 @@ class Statement(BaseModel):
185185

186186
payoff_details: Optional[PayoffDetails] = None
187187
"""Details on number and size of payments to pay off balance"""
188+
189+
statement_totals: Optional[StatementTotals] = None

0 commit comments

Comments
 (0)