Skip to content

Commit

Permalink
OpenAPI Update (#929)
Browse files Browse the repository at this point in the history
Update OpenAPI for 62efc682c058f41a5b3fd5a6b088bcdb833a23a7

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jul 22, 2024
1 parent 0ed1c98 commit cb22263
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -119738,7 +119738,7 @@
},
"jurisdiction": {
"description": "The jurisdiction for the tax rate. You can use this label field for tax reporting purposes. It also appears on your customer’s invoice.",
"maxLength": 50,
"maxLength": 200,
"type": "string"
},
"percentage": {
Expand Down Expand Up @@ -120492,7 +120492,7 @@
},
"jurisdiction": {
"description": "The jurisdiction for the tax rate. You can use this label field for tax reporting purposes. It also appears on your customer’s invoice.",
"maxLength": 50,
"maxLength": 200,
"type": "string"
},
"percentage": {
Expand Down Expand Up @@ -121523,7 +121523,7 @@
},
"jurisdiction": {
"description": "The jurisdiction for the tax rate. You can use this label field for tax reporting purposes. It also appears on your customer’s invoice.",
"maxLength": 50,
"maxLength": 200,
"type": "string"
},
"percentage": {
Expand Down
6 changes: 3 additions & 3 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -93641,7 +93641,7 @@
"type": "boolean"
},
"jurisdiction": {
"maxLength": 50,
"maxLength": 200,
"type": "string"
},
"percentage": {
Expand Down Expand Up @@ -94217,7 +94217,7 @@
"type": "boolean"
},
"jurisdiction": {
"maxLength": 50,
"maxLength": 200,
"type": "string"
},
"percentage": {
Expand Down Expand Up @@ -94929,7 +94929,7 @@
"type": "boolean"
},
"jurisdiction": {
"maxLength": 50,
"maxLength": 200,
"type": "string"
},
"percentage": {
Expand Down

0 comments on commit cb22263

Please sign in to comment.