Skip to content

Commit 74b40cc

Browse files
feat(api): api update
1 parent 36d64bf commit 74b40cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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/resources/inbound-ach-transfers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export interface InboundACHTransfer {
236236
* A subhash containing information about when and how the transfer settled at the
237237
* Federal Reserve.
238238
*/
239-
settlement: InboundACHTransfer.Settlement | null;
239+
settlement: InboundACHTransfer.Settlement;
240240

241241
/**
242242
* The Standard Entry Class (SEC) code of the transfer.

0 commit comments

Comments
 (0)