Skip to content

Commit

Permalink
OpenAPI Update (#799)
Browse files Browse the repository at this point in the history
Update OpenAPI for 026c8bcf6689ce4f6be4f2f803e2a3f74396e3b6

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed May 7, 2024
1 parent 84b2a4c commit 7a58b99
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -182976,6 +182976,14 @@
],
"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."
},
"pending_invoice_items_behavior": {
"description": "How to handle a customer's pending invoice items if an invoice will be generated. Defaults to `include` if the parameter is omitted.",
"enum": [
"exclude",
"include"
],
"type": "string"
},
"prebilling": {
"description": "If specified, the invoicing for the given billing cycle iterations will be processed now.",
"properties": {
Expand Down
16 changes: 16 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -76329,6 +76329,14 @@
],
"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."
},
"pending_invoice_items_behavior": {
"description": "How to handle a customer's pending invoice items if an invoice will be generated. Defaults to `include` if the parameter is omitted.",
"enum": [
"exclude",
"include"
],
"type": "string"
},
"promotion_code": {
"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.",
"maxLength": 5000,
Expand Down Expand Up @@ -137820,6 +137828,14 @@
],
"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."
},
"pending_invoice_items_behavior": {
"description": "How to handle a customer's pending invoice items if an invoice will be generated. Defaults to `include` if the parameter is omitted.",
"enum": [
"exclude",
"include"
],
"type": "string"
},
"promotion_code": {
"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.",
"maxLength": 5000,
Expand Down

0 comments on commit 7a58b99

Please sign in to comment.