Skip to content

Commit 7df5de1

Browse files
feat(api): api update
1 parent 6ce25d3 commit 7df5de1

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: 201
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1fe7c53a3392354e88ae0794df9732ba764f7ce51434a5f78019ab21d0b72ba2.yml
3-
openapi_spec_hash: d0b3cba533f30cc6d187ae674302e145
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d85c059af2ebfb614d1027bf04c10ddcb6188920c7e8a29b040968cd962124b6.yml
3+
openapi_spec_hash: 3a5546d73dd733025e0d6d9d673bca04
44
config_hash: 97774f946585cecb19181a1817870d0b

src/increase/types/inbound_ach_transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ class InboundACHTransfer(BaseModel):
487487
receiver_name: Optional[str] = None
488488
"""The name of the receiver of the transfer."""
489489

490-
settlement: Optional[Settlement] = None
490+
settlement: Settlement
491491
"""
492492
A subhash containing information about when and how the transfer settled at the
493493
Federal Reserve.

0 commit comments

Comments
 (0)