Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 29, 2024
1 parent 797fda6 commit e00ac98
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 0 deletions.
14 changes: 14 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -60513,6 +60513,19 @@
"nullable": true,
"type": "string"
},
"jurisdiction_level": {
"description": "The level of the jurisdiction that imposes this tax rate. Will be `null` for manually defined tax rates.",
"enum": [
"city",
"country",
"county",
"district",
"multiple",
"state"
],
"nullable": true,
"type": "string"
},
"livemode": {
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
"type": "boolean"
Expand Down Expand Up @@ -60574,6 +60587,7 @@
"id",
"inclusive",
"jurisdiction",
"jurisdiction_level",
"livemode",
"metadata",
"object",
Expand Down
14 changes: 14 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54803,6 +54803,19 @@ components:
maxLength: 5000
nullable: true
type: string
jurisdiction_level:
description: >-
The level of the jurisdiction that imposes this tax rate. Will be
`null` for manually defined tax rates.
enum:
- city
- country
- county
- district
- multiple
- state
nullable: true
type: string
livemode:
description: >-
Has the value `true` if the object exists in live mode or the value
Expand Down Expand Up @@ -54867,6 +54880,7 @@ components:
- id
- inclusive
- jurisdiction
- jurisdiction_level
- livemode
- metadata
- object
Expand Down
13 changes: 13 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -41692,6 +41692,19 @@
"nullable": true,
"type": "string"
},
"jurisdiction_level": {
"description": "The level of the jurisdiction that imposes this tax rate. Will be `null` for manually defined tax rates.",
"enum": [
"city",
"country",
"county",
"district",
"multiple",
"state"
],
"nullable": true,
"type": "string"
},
"livemode": {
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
"type": "boolean"
Expand Down
14 changes: 14 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -50766,6 +50766,19 @@
"nullable": true,
"type": "string"
},
"jurisdiction_level": {
"description": "The level of the jurisdiction that imposes this tax rate. Will be `null` for manually defined tax rates.",
"enum": [
"city",
"country",
"county",
"district",
"multiple",
"state"
],
"nullable": true,
"type": "string"
},
"livemode": {
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
"type": "boolean"
Expand Down Expand Up @@ -50827,6 +50840,7 @@
"id",
"inclusive",
"jurisdiction",
"jurisdiction_level",
"livemode",
"metadata",
"object",
Expand Down
14 changes: 14 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46292,6 +46292,19 @@ components:
maxLength: 5000
nullable: true
type: string
jurisdiction_level:
description: >-
The level of the jurisdiction that imposes this tax rate. Will be
`null` for manually defined tax rates.
enum:
- city
- country
- county
- district
- multiple
- state
nullable: true
type: string
livemode:
description: >-
Has the value `true` if the object exists in live mode or the value
Expand Down Expand Up @@ -46356,6 +46369,7 @@ components:
- id
- inclusive
- jurisdiction
- jurisdiction_level
- livemode
- metadata
- object
Expand Down
13 changes: 13 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39159,6 +39159,19 @@ components:
maxLength: 5000
nullable: true
type: string
jurisdiction_level:
description: >-
The level of the jurisdiction that imposes this tax rate. Will be
`null` for manually defined tax rates.
enum:
- city
- country
- county
- district
- multiple
- state
nullable: true
type: string
livemode:
description: >-
Has the value `true` if the object exists in live mode or the value
Expand Down

0 comments on commit e00ac98

Please sign in to comment.