Skip to content

Commit 6caf4c4

Browse files
fix(types): make credit_product_token optional in Statement
1 parent 3b035bc commit 6caf4c4

2 files changed

Lines changed: 3 additions & 3 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-bf54d7063b11e1b1656e00d02438f34f87938a9fdbdd5b980fce3cfae3dabffa.yml
3-
openapi_spec_hash: c6efbc9d3105fa48f76ebb095b887e08
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-0b90022fb88c44037dcbff183d3016a85fe7267c5b461f65a54262f734629a2b.yml
3+
openapi_spec_hash: 7b35e7c203748b3424b5931acd6dacf8
44
config_hash: edbdfefeb0d3d927c2f9fe3402793215

src/lithic/types/financial_accounts/statement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class Statement(BaseModel):
139139
credit_limit: int
140140
"""This is the maximum credit balance extended by the lender in cents"""
141141

142-
credit_product_token: str
142+
credit_product_token: Optional[str] = None
143143
"""Globally unique identifier for a credit product"""
144144

145145
days_in_billing_cycle: int

0 commit comments

Comments
 (0)