Skip to content

Commit ebe4eee

Browse files
feat(api): api update (#910)
1 parent 5668b80 commit ebe4eee

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 201
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-700b81dedcec3b98097b9fa7c1ab7ea971cc812c95d7507db3a235a625660394.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5ea7ed56030d4b00596b425a2efee0459583f4e0e283daad7ebb63a0cd76d29f.yml

src/increase/types/inbound_ach_transfer.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,12 @@ class InboundACHTransfer(BaseModel):
521521
"""
522522

523523
trace_number: str
524-
"""The trace number of the transfer."""
524+
"""A 15 digit number set by the sending bank and transmitted to the receiving bank.
525+
526+
Along with the amount, date, and originating routing number, this can be used to
527+
identify the ACH transfer. ACH trace numbers are not unique, but are
528+
[used to correlate returns](https://increase.com/documentation/ach-returns#ach-returns).
529+
"""
525530

526531
transfer_return: Optional[TransferReturn] = None
527532
"""If your transfer is returned, this will contain details of the return."""

0 commit comments

Comments
 (0)