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 Jul 22, 2024
1 parent 0e2b1c8 commit 62efc68
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions 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 openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109965,7 +109965,7 @@ paths:
can use this label field for tax
reporting purposes. It also appears on
your customer’s invoice.
maxLength: 50
maxLength: 200
type: string
percentage:
description: >-
Expand Down Expand Up @@ -110705,7 +110705,7 @@ paths:
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:
description: >-
Expand Down Expand Up @@ -111672,7 +111672,7 @@ paths:
can use this label field for tax
reporting purposes. It also appears on
your customer’s invoice.
maxLength: 50
maxLength: 200
type: string
percentage:
description: >-
Expand Down
6 changes: 3 additions & 3 deletions 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
6 changes: 3 additions & 3 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -99819,7 +99819,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 @@ -100424,7 +100424,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 @@ -101175,7 +101175,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 openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92091,7 +92091,7 @@ paths:
can use this label field for tax
reporting purposes. It also appears on
your customer’s invoice.
maxLength: 50
maxLength: 200
type: string
percentage:
description: >-
Expand Down Expand Up @@ -92693,7 +92693,7 @@ paths:
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:
description: >-
Expand Down Expand Up @@ -93433,7 +93433,7 @@ paths:
can use this label field for tax
reporting purposes. It also appears on
your customer’s invoice.
maxLength: 50
maxLength: 200
type: string
percentage:
description: >-
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81106,7 +81106,7 @@ paths:
inclusive:
type: boolean
jurisdiction:
maxLength: 50
maxLength: 200
type: string
percentage:
type: number
Expand Down Expand Up @@ -81578,7 +81578,7 @@ paths:
inclusive:
type: boolean
jurisdiction:
maxLength: 50
maxLength: 200
type: string
percentage:
type: number
Expand Down Expand Up @@ -82134,7 +82134,7 @@ paths:
inclusive:
type: boolean
jurisdiction:
maxLength: 50
maxLength: 200
type: string
percentage:
type: number
Expand Down

0 comments on commit 62efc68

Please sign in to comment.