Skip to content

Commit 9414384

Browse files
OpenAPI Update (#806)
Update OpenAPI for 7de8118fd3faed533020444e96e8e18ef596e5d6 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent e613c9c commit 9414384

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182978,14 +182978,6 @@
182978182978
],
182979182979
"description": "Specifies an interval for how often to bill for any pending invoice items. It is analogous to calling [Create an invoice](https://stripe.com/docs/api#create_invoice) for the given subscription at the specified interval."
182980182980
},
182981-
"pending_invoice_items_behavior": {
182982-
"description": "How to handle a customer's pending invoice items if an invoice will be generated. Defaults to `include` if the parameter is omitted.",
182983-
"enum": [
182984-
"exclude",
182985-
"include"
182986-
],
182987-
"type": "string"
182988-
},
182989182981
"prebilling": {
182990182982
"description": "If specified, the invoicing for the given billing cycle iterations will be processed now.",
182991182983
"properties": {

embedded/openapi/spec3.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -76329,14 +76329,6 @@
7632976329
],
7633076330
"description": "Specifies an interval for how often to bill for any pending invoice items. It is analogous to calling [Create an invoice](https://stripe.com/docs/api#create_invoice) for the given subscription at the specified interval."
7633176331
},
76332-
"pending_invoice_items_behavior": {
76333-
"description": "How to handle a customer's pending invoice items if an invoice will be generated. Defaults to `include` if the parameter is omitted.",
76334-
"enum": [
76335-
"exclude",
76336-
"include"
76337-
],
76338-
"type": "string"
76339-
},
7634076332
"promotion_code": {
7634176333
"description": "The ID of a promotion code to apply to this subscription. A promotion code applied to a subscription will only affect invoices created for that particular subscription. This field has been deprecated and will be removed in a future API version. Use `discounts` instead.",
7634276334
"maxLength": 5000,
@@ -137864,14 +137856,6 @@
137864137856
],
137865137857
"description": "Specifies an interval for how often to bill for any pending invoice items. It is analogous to calling [Create an invoice](https://stripe.com/docs/api#create_invoice) for the given subscription at the specified interval."
137866137858
},
137867-
"pending_invoice_items_behavior": {
137868-
"description": "How to handle a customer's pending invoice items if an invoice will be generated. Defaults to `include` if the parameter is omitted.",
137869-
"enum": [
137870-
"exclude",
137871-
"include"
137872-
],
137873-
"type": "string"
137874-
},
137875137859
"promotion_code": {
137876137860
"description": "The ID of a promotion code to apply to this subscription. A promotion code applied to a subscription will only affect invoices created for that particular subscription. This field has been deprecated and will be removed in a future API version. Use `discounts` instead.",
137877137861
"maxLength": 5000,

0 commit comments

Comments
 (0)