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 Aug 7, 2023
1 parent 19b2574 commit e7a60c1
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -52376,7 +52376,7 @@
"type": "string"
},
"effective_percentage": {
"description": "Actual/effective tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true, this percentage does not include the statutory tax rate of non-taxable jurisdictions.",
"description": "Actual/effective tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true,\nthis percentage reflects the rate actually used to calculate tax based on the product's taxability\nand whether the user is registered to collect taxes in the corresponding jurisdiction.",
"nullable": true,
"type": "number"
},
Expand Down
9 changes: 7 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47609,8 +47609,13 @@ components:
effective_percentage:
description: >-
Actual/effective tax rate percentage out of 100. For tax
calculations with automatic_tax[enabled]=true, this percentage does
not include the statutory tax rate of non-taxable jurisdictions.
calculations with automatic_tax[enabled]=true,

this percentage reflects the rate actually used to calculate tax
based on the product's taxability

and whether the user is registered to collect taxes in the
corresponding jurisdiction.
nullable: true
type: number
id:
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -37901,7 +37901,7 @@
"type": "string"
},
"effective_percentage": {
"description": "Actual/effective tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true, this percentage does not include the statutory tax rate of non-taxable jurisdictions.",
"description": "Actual/effective tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true,\nthis percentage reflects the rate actually used to calculate tax based on the product's taxability\nand whether the user is registered to collect taxes in the corresponding jurisdiction.",
"nullable": true,
"type": "number"
},
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -45491,7 +45491,7 @@
"type": "string"
},
"effective_percentage": {
"description": "Actual/effective tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true, this percentage does not include the statutory tax rate of non-taxable jurisdictions.",
"description": "Actual/effective tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true,\nthis percentage reflects the rate actually used to calculate tax based on the product's taxability\nand whether the user is registered to collect taxes in the corresponding jurisdiction.",
"nullable": true,
"type": "number"
},
Expand Down
9 changes: 7 additions & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41594,8 +41594,13 @@ components:
effective_percentage:
description: >-
Actual/effective tax rate percentage out of 100. For tax
calculations with automatic_tax[enabled]=true, this percentage does
not include the statutory tax rate of non-taxable jurisdictions.
calculations with automatic_tax[enabled]=true,

this percentage reflects the rate actually used to calculate tax
based on the product's taxability

and whether the user is registered to collect taxes in the
corresponding jurisdiction.
nullable: true
type: number
id:
Expand Down
9 changes: 7 additions & 2 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35532,8 +35532,13 @@ components:
effective_percentage:
description: >-
Actual/effective tax rate percentage out of 100. For tax
calculations with automatic_tax[enabled]=true, this percentage does
not include the statutory tax rate of non-taxable jurisdictions.
calculations with automatic_tax[enabled]=true,

this percentage reflects the rate actually used to calculate tax
based on the product's taxability

and whether the user is registered to collect taxes in the
corresponding jurisdiction.
nullable: true
type: number
id:
Expand Down

0 comments on commit e7a60c1

Please sign in to comment.