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 18, 2023
1 parent f4f7495 commit c6d7d69
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 21 deletions.
6 changes: 2 additions & 4 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -24246,8 +24246,6 @@
"description": "The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.",
"enum": [
"customer_exempt",
"excluded_territory",
"jurisdiction_unsupported",
"not_collecting",
"not_subject_to_tax",
"not_supported",
Expand All @@ -24261,11 +24259,11 @@
"reverse_charge",
"standard_rated",
"taxable_basis_reduced",
"vat_exempt",
"zero_rated"
],
"nullable": true,
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"taxable_amount": {
"description": "The amount on which tax is calculated, in %s.",
Expand Down
4 changes: 1 addition & 3 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22221,8 +22221,6 @@ components:
tax rules are supported.
enum:
- customer_exempt
- excluded_territory
- jurisdiction_unsupported
- not_collecting
- not_subject_to_tax
- not_supported
Expand All @@ -22236,10 +22234,10 @@ components:
- reverse_charge
- standard_rated
- taxable_basis_reduced
- vat_exempt
- zero_rated
nullable: true
type: string
x-stripeBypassValidation: true
taxable_amount:
description: 'The amount on which tax is calculated, in %s.'
nullable: true
Expand Down
6 changes: 2 additions & 4 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -18147,8 +18147,6 @@
"description": "The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.",
"enum": [
"customer_exempt",
"excluded_territory",
"jurisdiction_unsupported",
"not_collecting",
"not_subject_to_tax",
"not_supported",
Expand All @@ -18162,11 +18160,11 @@
"reverse_charge",
"standard_rated",
"taxable_basis_reduced",
"vat_exempt",
"zero_rated"
],
"nullable": true,
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"taxable_amount": {
"description": "The amount on which tax is calculated, in %s.",
Expand Down
6 changes: 2 additions & 4 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -22066,8 +22066,6 @@
"description": "The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.",
"enum": [
"customer_exempt",
"excluded_territory",
"jurisdiction_unsupported",
"not_collecting",
"not_subject_to_tax",
"not_supported",
Expand All @@ -22081,11 +22079,11 @@
"reverse_charge",
"standard_rated",
"taxable_basis_reduced",
"vat_exempt",
"zero_rated"
],
"nullable": true,
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"taxable_amount": {
"description": "The amount on which tax is calculated, in %s.",
Expand Down
4 changes: 1 addition & 3 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20260,8 +20260,6 @@ components:
tax rules are supported.
enum:
- customer_exempt
- excluded_territory
- jurisdiction_unsupported
- not_collecting
- not_subject_to_tax
- not_supported
Expand All @@ -20275,10 +20273,10 @@ components:
- reverse_charge
- standard_rated
- taxable_basis_reduced
- vat_exempt
- zero_rated
nullable: true
type: string
x-stripeBypassValidation: true
taxable_amount:
description: 'The amount on which tax is calculated, in %s.'
nullable: true
Expand Down
4 changes: 1 addition & 3 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17176,8 +17176,6 @@ components:
tax rules are supported.
enum:
- customer_exempt
- excluded_territory
- jurisdiction_unsupported
- not_collecting
- not_subject_to_tax
- not_supported
Expand All @@ -17191,10 +17189,10 @@ components:
- reverse_charge
- standard_rated
- taxable_basis_reduced
- vat_exempt
- zero_rated
nullable: true
type: string
x-stripeBypassValidation: true
taxable_amount:
description: 'The amount on which tax is calculated, in %s.'
nullable: true
Expand Down

0 comments on commit c6d7d69

Please sign in to comment.