Skip to content

Commit

Permalink
OpenAPI Update (#596)
Browse files Browse the repository at this point in the history
Update OpenAPI for c366638c28363d0b6dd5e1b4e6fdb5bafd4a461e

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jan 4, 2024
1 parent f7cb42b commit bfaadd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -55386,7 +55386,7 @@
"$ref": "#/components/schemas/subscription_automatic_tax"
},
"billing_cycle_anchor": {
"description": "Determines the date of the first full invoice, and, for plans with `month` or `year` intervals, the day of the month for subsequent invoices. The timestamp is in UTC format.",
"description": "The reference point that aligns future [billing cycle](https://stripe.com/docs/subscriptions/billing-cycle) dates. It sets the day of week for `week` intervals, the day of month for `month` and `year` intervals, and the month of year for `year` intervals. The timestamp is in UTC format.",
"format": "unix-time",
"type": "integer"
},
Expand Down Expand Up @@ -167058,7 +167058,7 @@
"type": "integer"
},
"billing_cycle_anchor": {
"description": "A future timestamp to anchor the subscription's [billing cycle](https://stripe.com/docs/subscriptions/billing-cycle). This is used to determine the date of the first full invoice, and, for plans with `month` or `year` intervals, the day of the month for subsequent invoices. The timestamp is in UTC format.",
"description": "A future timestamp in UTC format to anchor the subscription's [billing cycle](https://stripe.com/docs/subscriptions/billing-cycle). The anchor is the reference point that aligns future billing cycle dates. It sets the day of week for `week` intervals, the day of month for `month` and `year` intervals, and the month of year for `year` intervals.",
"format": "unix-time",
"type": "integer",
"x-stripeBypassValidation": true
Expand Down
6 changes: 3 additions & 3 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -37688,7 +37688,7 @@
"$ref": "#/components/schemas/subscription_automatic_tax"
},
"billing_cycle_anchor": {
"description": "Determines the date of the first full invoice, and, for plans with `month` or `year` intervals, the day of the month for subsequent invoices. The timestamp is in UTC format.",
"description": "The reference point that aligns future [billing cycle](https://stripe.com/docs/subscriptions/billing-cycle) dates. It sets the day of week for `week` intervals, the day of month for `month` and `year` intervals, and the month of year for `year` intervals. The timestamp is in UTC format.",
"format": "unix-time",
"type": "integer"
},
Expand Down Expand Up @@ -70701,7 +70701,7 @@
"type": "integer"
},
"billing_cycle_anchor": {
"description": "A future timestamp to anchor the subscription's [billing cycle](https://stripe.com/docs/subscriptions/billing-cycle). This is used to determine the date of the first full invoice, and, for plans with `month` or `year` intervals, the day of the month for subsequent invoices. The timestamp is in UTC format.",
"description": "A future timestamp in UTC format to anchor the subscription's [billing cycle](https://stripe.com/docs/subscriptions/billing-cycle). The anchor is the reference point that aligns future billing cycle dates. It sets the day of week for `week` intervals, the day of month for `month` and `year` intervals, and the month of year for `year` intervals.",
"format": "unix-time",
"type": "integer",
"x-stripeBypassValidation": true
Expand Down Expand Up @@ -124489,7 +124489,7 @@
"type": "integer"
},
"billing_cycle_anchor": {
"description": "A future timestamp to anchor the subscription's [billing cycle](https://stripe.com/docs/subscriptions/billing-cycle). This is used to determine the date of the first full invoice, and, for plans with `month` or `year` intervals, the day of the month for subsequent invoices. The timestamp is in UTC format.",
"description": "A future timestamp in UTC format to anchor the subscription's [billing cycle](https://stripe.com/docs/subscriptions/billing-cycle). The anchor is the reference point that aligns future billing cycle dates. It sets the day of week for `week` intervals, the day of month for `month` and `year` intervals, and the month of year for `year` intervals.",
"format": "unix-time",
"type": "integer",
"x-stripeBypassValidation": true
Expand Down

0 comments on commit bfaadd6

Please sign in to comment.