Skip to content

Commit e6c5574

Browse files
OpenAPI Update (#674)
Update OpenAPI for 80b621624657acf70f74136fd3ecff7eed7124d1 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent ea99d27 commit e6c5574

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101730,13 +101730,13 @@
101730101730
"type": "object"
101731101731
},
101732101732
"pending_invoice_items_behavior": {
101733-
"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.",
101733+
"description": "How to handle pending invoice items on invoice creation. Defaults to `exclude` if the parameter is omitted.",
101734101734
"enum": [
101735101735
"exclude",
101736-
"include",
101737-
"include_and_require"
101736+
"include"
101738101737
],
101739-
"type": "string"
101738+
"type": "string",
101739+
"x-stripeBypassValidation": true
101740101740
},
101741101741
"rendering": {
101742101742
"description": "The rendering-related settings that control how the invoice is displayed on customer-facing surfaces such as PDF and Hosted Invoice Page.",

embedded/openapi/spec3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79568,13 +79568,13 @@
7956879568
"type": "object"
7956979569
},
7957079570
"pending_invoice_items_behavior": {
79571-
"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.",
79571+
"description": "How to handle pending invoice items on invoice creation. Defaults to `exclude` if the parameter is omitted.",
7957279572
"enum": [
7957379573
"exclude",
79574-
"include",
79575-
"include_and_require"
79574+
"include"
7957679575
],
79577-
"type": "string"
79576+
"type": "string",
79577+
"x-stripeBypassValidation": true
7957879578
},
7957979579
"rendering": {
7958079580
"description": "The rendering-related settings that control how the invoice is displayed on customer-facing surfaces such as PDF and Hosted Invoice Page.",

0 commit comments

Comments
 (0)