Skip to content

Commit

Permalink
OpenAPI Update (#1084)
Browse files Browse the repository at this point in the history
Update OpenAPI for 7b8a5733a4211941389d2f6888d65a16e4d18f21

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jan 8, 2025
1 parent a2a8235 commit 8b8d5da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -59939,11 +59939,11 @@
"proration_behavior": {
"description": "Whether to create prorations when canceling subscriptions. Possible values are `none` and `create_prorations`.",
"enum": [
"always_invoice",
"create_prorations",
"none"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -103138,11 +103138,11 @@
"proration_behavior": {
"description": "Whether to create prorations when canceling subscriptions. Possible values are `none` and `create_prorations`, which is only compatible with `mode=immediately`. No prorations are generated when canceling a subscription at the end of its natural billing period.",
"enum": [
"always_invoice",
"create_prorations",
"none"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -103698,11 +103698,11 @@
"proration_behavior": {
"description": "Whether to create prorations when canceling subscriptions. Possible values are `none` and `create_prorations`, which is only compatible with `mode=immediately`. No prorations are generated when canceling a subscription at the end of its natural billing period.",
"enum": [
"always_invoice",
"create_prorations",
"none"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"title": "subscription_cancel_updating_param",
Expand Down

0 comments on commit 8b8d5da

Please sign in to comment.