Skip to content

Commit

Permalink
Update OpenAPI for e00ac98633c23694ce08c562990ffa6d60a3bdd5
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 29, 2024
1 parent 3a43550 commit a2d9fc5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
14 changes: 14 additions & 0 deletions embedded/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
13 changes: 13 additions & 0 deletions embedded/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

0 comments on commit a2d9fc5

Please sign in to comment.