Skip to content

Commit

Permalink
feat(api): api update (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Feb 3, 2025
1 parent affba2a commit d6e0ae3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 201
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b56097acbd972355f7273284b58a110f07bc250b3559042f6a55c4d10678b4b5.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-28ffd3b61bd618b2a60b46dd2afb8f52370c43e02cab2e9106465c3cffafb95a.yml
6 changes: 6 additions & 0 deletions src/resources/inbound-ach-transfers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ export interface InboundACHTransfer {
*/
automatically_resolves_at: string;

/**
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
* the inbound ACH transfer was created.
*/
created_at: string;

/**
* If your transfer is declined, this will contain details of the decline.
*/
Expand Down

0 comments on commit d6e0ae3

Please sign in to comment.