Skip to content

Commit 3002f52

Browse files
OpenAPI Update (#860)
Update OpenAPI for 4818a3139cd3d57cbaa94d746fb412234e2c3ffb Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 1d2a3a3 commit 3002f52

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50123,7 +50123,7 @@
5012350123
"nullable": true
5012450124
},
5012550125
"billing_cycle_anchor": {
50126-
"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.",
50126+
"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.",
5012750127
"enum": [
5012850128
"automatic",
5012950129
"line_starts_at"
@@ -107874,7 +107874,7 @@
107874107874
"type": "object"
107875107875
},
107876107876
"billing_cycle_anchor": {
107877-
"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.",
107877+
"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.",
107878107878
"enum": [
107879107879
"amendment_start",
107880107880
"automatic"
@@ -110810,7 +110810,7 @@
110810110810
"type": "object"
110811110811
},
110812110812
"billing_cycle_anchor": {
110813-
"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.",
110813+
"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.",
110814110814
"enum": [
110815110815
"amendment_start",
110816110816
"automatic"
@@ -114101,7 +114101,7 @@
114101114101
"type": "object"
114102114102
},
114103114103
"billing_cycle_anchor": {
114104-
"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.",
114104+
"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.",
114105114105
"enum": [
114106114106
"amendment_start",
114107114107
"automatic"
@@ -162606,7 +162606,7 @@
162606162606
"type": "object"
162607162607
},
162608162608
"billing_cycle_anchor": {
162609-
"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.",
162609+
"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.",
162610162610
"enum": [
162611162611
"automatic",
162612162612
"line_starts_at"
@@ -164808,7 +164808,7 @@
164808164808
"type": "object"
164809164809
},
164810164810
"billing_cycle_anchor": {
164811-
"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.",
164811+
"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.",
164812164812
"enum": [
164813164813
"automatic",
164814164814
"line_starts_at"
@@ -181362,7 +181362,7 @@
181362181362
"type": "object"
181363181363
},
181364181364
"billing_cycle_anchor": {
181365-
"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.",
181365+
"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.",
181366181366
"enum": [
181367181367
"amendment_start",
181368181368
"automatic"

0 commit comments

Comments
 (0)