Skip to content

Commit

Permalink
OpenAPI Update (#525)
Browse files Browse the repository at this point in the history
Update OpenAPI for 54ff2e05b059db240579e055c1aa380783aaeba0

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Nov 15, 2023
1 parent 48dde0c commit bb5781e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -38031,6 +38031,11 @@
"nullable": true,
"type": "string"
},
"capture_before": {
"description": "When using manual capture, a future timestamp at which the charge will be automatically refunded if uncaptured.",
"format": "unix-time",
"type": "integer"
},
"checks": {
"anyOf": [
{
Expand Down
5 changes: 5 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -24998,6 +24998,11 @@
"nullable": true,
"type": "string"
},
"capture_before": {
"description": "When using manual capture, a future timestamp at which the charge will be automatically refunded if uncaptured.",
"format": "unix-time",
"type": "integer"
},
"checks": {
"anyOf": [
{
Expand Down

0 comments on commit bb5781e

Please sign in to comment.