Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 10, 2024
1 parent cdb9d75 commit d2715e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -5895,7 +5895,7 @@
"description": "The current repayment interval for the Connected account.",
"properties": {
"due_at": {
"description": "The time at which the minimum payment amount will be due. If not met through withholding, the Connected account's linked bank account will be debited.\nGiven in seconds since unix epoch.",
"description": "The time at which the minimum payment amount will be due. If not met through withholding, the Connected account's linked bank account or account balance will be debited.\nGiven in seconds since unix epoch.",
"type": "number"
},
"paid_amount": {
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5547,8 +5547,8 @@ components:
due_at:
description: >-
The time at which the minimum payment amount will be due. If not met
through withholding, the Connected account's linked bank account
will be debited.
through withholding, the Connected account's linked bank account or
account balance will be debited.

Given in seconds since unix epoch.
type: number
Expand Down

0 comments on commit d2715e7

Please sign in to comment.