Skip to content

Commit

Permalink
OpenAPI Update (#947)
Browse files Browse the repository at this point in the history
Update OpenAPI for d9aa8b898ae57ce1d51da59834cefcdd87046b59

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Aug 8, 2024
1 parent 03fa38c commit f9c7a80
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
11 changes: 10 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -42864,10 +42864,19 @@
"format": "unix-time",
"nullable": true,
"type": "integer"
},
"type": {
"description": "The method used to process this payment method offline. Only deferred is allowed.",
"enum": [
"deferred"
],
"nullable": true,
"type": "string"
}
},
"required": [
"stored_at"
"stored_at",
"type"
],
"title": "payment_method_details_card_present_offline",
"type": "object",
Expand Down
8 changes: 8 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -30406,6 +30406,14 @@
"format": "unix-time",
"nullable": true,
"type": "integer"
},
"type": {
"description": "The method used to process this payment method offline. Only deferred is allowed.",
"enum": [
"deferred"
],
"nullable": true,
"type": "string"
}
},
"title": "payment_method_details_card_present_offline",
Expand Down

0 comments on commit f9c7a80

Please sign in to comment.