Skip to content

Commit

Permalink
OpenAPI Update (#674)
Browse files Browse the repository at this point in the history
Update OpenAPI for 80b621624657acf70f74136fd3ecff7eed7124d1

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Feb 21, 2024
1 parent ea99d27 commit e6c5574
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -101730,13 +101730,13 @@
"type": "object"
},
"pending_invoice_items_behavior": {
"description": "How to handle pending invoice items on invoice creation. One of `include` or `exclude`. `include` will include any pending invoice items, and will create an empty draft invoice if no pending invoice items exist. `exclude` will always create an empty invoice draft regardless if there are pending invoice items or not. Defaults to `exclude` if the parameter is omitted.",
"description": "How to handle pending invoice items on invoice creation. Defaults to `exclude` if the parameter is omitted.",
"enum": [
"exclude",
"include",
"include_and_require"
"include"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"rendering": {
"description": "The rendering-related settings that control how the invoice is displayed on customer-facing surfaces such as PDF and Hosted Invoice Page.",
Expand Down
8 changes: 4 additions & 4 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -79568,13 +79568,13 @@
"type": "object"
},
"pending_invoice_items_behavior": {
"description": "How to handle pending invoice items on invoice creation. One of `include` or `exclude`. `include` will include any pending invoice items, and will create an empty draft invoice if no pending invoice items exist. `exclude` will always create an empty invoice draft regardless if there are pending invoice items or not. Defaults to `exclude` if the parameter is omitted.",
"description": "How to handle pending invoice items on invoice creation. Defaults to `exclude` if the parameter is omitted.",
"enum": [
"exclude",
"include",
"include_and_require"
"include"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"rendering": {
"description": "The rendering-related settings that control how the invoice is displayed on customer-facing surfaces such as PDF and Hosted Invoice Page.",
Expand Down

0 comments on commit e6c5574

Please sign in to comment.