Skip to content

Commit

Permalink
OpenAPI Update (#860)
Browse files Browse the repository at this point in the history
Update OpenAPI for 4818a3139cd3d57cbaa94d746fb412234e2c3ffb

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jun 11, 2024
1 parent 1d2a3a3 commit 3002f52
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -50123,7 +50123,7 @@
"nullable": true
},
"billing_cycle_anchor": {
"description": "For a point-in-time operation, this attribute lets you set or update whether the subscription's billing cycle anchor is reset at the `starts_at` timestamp.",
"description": "For point-in-time quote lines (having no `ends_at` timestamp), this attribute lets you set or remove whether the subscription's billing cycle anchor is reset at the Quote Line `starts_at` timestamp.For time-span based quote lines (having both `starts_at` and `ends_at`), the only valid value is `automatic`, which removes any previously configured billing cycle anchor resets during the window of time spanning the quote line.",
"enum": [
"automatic",
"line_starts_at"
Expand Down Expand Up @@ -107874,7 +107874,7 @@
"type": "object"
},
"billing_cycle_anchor": {
"description": "For a point-in-time amendment, this attribute lets you set or update whether the subscription's billing cycle anchor is reset at the `amendment_start` timestamp.",
"description": "For point-in-time amendments (having no `amendment_end`), this attribute lets you set or remove whether the subscription's billing cycle anchor is reset at the `amendment_start` timestamp.For time-span based amendments (having both `amendment_start` and `amendment_end`), the only value valid is `automatic`, which removes any previously configured billing cycle anchor resets scheduled to occur during the window of time spanned by the amendment.",
"enum": [
"amendment_start",
"automatic"
Expand Down Expand Up @@ -110810,7 +110810,7 @@
"type": "object"
},
"billing_cycle_anchor": {
"description": "For a point-in-time amendment, this attribute lets you set or update whether the subscription's billing cycle anchor is reset at the `amendment_start` timestamp.",
"description": "For point-in-time amendments (having no `amendment_end`), this attribute lets you set or remove whether the subscription's billing cycle anchor is reset at the `amendment_start` timestamp.For time-span based amendments (having both `amendment_start` and `amendment_end`), the only value valid is `automatic`, which removes any previously configured billing cycle anchor resets scheduled to occur during the window of time spanned by the amendment.",
"enum": [
"amendment_start",
"automatic"
Expand Down Expand Up @@ -114101,7 +114101,7 @@
"type": "object"
},
"billing_cycle_anchor": {
"description": "For a point-in-time amendment, this attribute lets you set or update whether the subscription's billing cycle anchor is reset at the `amendment_start` timestamp.",
"description": "For point-in-time amendments (having no `amendment_end`), this attribute lets you set or remove whether the subscription's billing cycle anchor is reset at the `amendment_start` timestamp.For time-span based amendments (having both `amendment_start` and `amendment_end`), the only value valid is `automatic`, which removes any previously configured billing cycle anchor resets scheduled to occur during the window of time spanned by the amendment.",
"enum": [
"amendment_start",
"automatic"
Expand Down Expand Up @@ -162606,7 +162606,7 @@
"type": "object"
},
"billing_cycle_anchor": {
"description": "For a point-in-time operation, this attribute lets you set or update whether the subscription's billing cycle anchor is reset at the `starts_at` timestamp.",
"description": "For point-in-time quote lines (having no `ends_at` timestamp), this attribute lets you set or remove whether the subscription's billing cycle anchor is reset at the Quote Line `starts_at` timestamp.For time-span based quote lines (having both `starts_at` and `ends_at`), the only valid value is `automatic`, which removes any previously configured billing cycle anchor resets during the window of time spanning the quote line.",
"enum": [
"automatic",
"line_starts_at"
Expand Down Expand Up @@ -164808,7 +164808,7 @@
"type": "object"
},
"billing_cycle_anchor": {
"description": "For a point-in-time operation, this attribute lets you set or update whether the subscription's billing cycle anchor is reset at the `starts_at` timestamp.",
"description": "For point-in-time quote lines (having no `ends_at` timestamp), this attribute lets you set or remove whether the subscription's billing cycle anchor is reset at the Quote Line `starts_at` timestamp.For time-span based quote lines (having both `starts_at` and `ends_at`), the only valid value is `automatic`, which removes any previously configured billing cycle anchor resets during the window of time spanning the quote line.",
"enum": [
"automatic",
"line_starts_at"
Expand Down Expand Up @@ -181362,7 +181362,7 @@
"type": "object"
},
"billing_cycle_anchor": {
"description": "For a point-in-time amendment, this attribute lets you set or update whether the subscription's billing cycle anchor is reset at the `amendment_start` timestamp.",
"description": "For point-in-time amendments (having no `amendment_end`), this attribute lets you set or remove whether the subscription's billing cycle anchor is reset at the `amendment_start` timestamp.For time-span based amendments (having both `amendment_start` and `amendment_end`), the only value valid is `automatic`, which removes any previously configured billing cycle anchor resets scheduled to occur during the window of time spanned by the amendment.",
"enum": [
"amendment_start",
"automatic"
Expand Down

0 comments on commit 3002f52

Please sign in to comment.