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 Mar 21, 2023
1 parent 206c5f5 commit 68fe2a1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -48620,7 +48620,7 @@
"data": {
"description": "Details about each object.",
"items": {
"$ref": "#/components/schemas/tax.calculation.line_item"
"$ref": "#/components/schemas/tax.calculation_line_item"
},
"type": "array"
},
Expand Down Expand Up @@ -48740,13 +48740,13 @@
"class_name": "Calculation",
"in_package": "Tax",
"inner_classes": [
"tax.calculation.line_item",
"tax.calculation_line_item",
"tax_product_resource_customer_details",
"tax_product_resource_tax_breakdown"
]
}
},
"tax.calculation.line_item": {
"tax.calculation_line_item": {
"description": "",
"properties": {
"amount": {
Expand All @@ -48765,7 +48765,7 @@
"object": {
"description": "String representing the object's type. Objects of the same type share the same value.",
"enum": [
"tax.calculation.line_item"
"tax.calculation_line_item"
],
"type": "string"
},
Expand Down Expand Up @@ -48824,7 +48824,7 @@
"x-expandableFields": [
"tax_breakdown"
],
"x-resourceId": "tax.calculation.line_item",
"x-resourceId": "tax.calculation_line_item",
"x-stripeResource": {
"class_name": "LineItem",
"has_collection_class": true,
Expand Down Expand Up @@ -49041,7 +49041,7 @@
"data": {
"description": "Details about each object.",
"items": {
"$ref": "#/components/schemas/tax.transaction.line_item"
"$ref": "#/components/schemas/tax.transaction_line_item"
},
"type": "array"
},
Expand Down Expand Up @@ -49198,12 +49198,12 @@
"class_name": "Transaction",
"in_package": "Tax",
"inner_classes": [
"tax.transaction.line_item",
"tax.transaction_line_item",
"tax_product_resource_tax_transaction_resource_reversal"
]
}
},
"tax.transaction.line_item": {
"tax.transaction_line_item": {
"description": "",
"properties": {
"amount": {
Expand Down Expand Up @@ -49235,7 +49235,7 @@
"object": {
"description": "String representing the object's type. Objects of the same type share the same value.",
"enum": [
"tax.transaction.line_item"
"tax.transaction_line_item"
],
"type": "string"
},
Expand Down Expand Up @@ -49298,7 +49298,7 @@
"x-expandableFields": [
"reversal"
],
"x-resourceId": "tax.transaction.line_item",
"x-resourceId": "tax.transaction_line_item",
"x-stripeResource": {
"class_name": "LineItem",
"has_collection_class": true,
Expand Down Expand Up @@ -49914,7 +49914,7 @@
],
"x-stripeResource": {
"class_name": "LineItemTaxBreakdown",
"in_class": "tax.calculation.line_item",
"in_class": "tax.calculation_line_item",
"inner_classes": [
"tax_product_resource_jurisdiction",
"tax_product_resource_line_item_tax_rate_details"
Expand Down Expand Up @@ -50230,7 +50230,7 @@
"x-expandableFields": [],
"x-stripeResource": {
"class_name": "Reversal",
"in_class": "tax.transaction.line_item"
"in_class": "tax.transaction_line_item"
}
},
"tax_product_resource_tax_transaction_resource_reversal": {
Expand Down Expand Up @@ -137855,7 +137855,7 @@
"data": {
"description": "Details about each object.",
"items": {
"$ref": "#/components/schemas/tax.calculation.line_item"
"$ref": "#/components/schemas/tax.calculation_line_item"
},
"type": "array"
},
Expand Down Expand Up @@ -138866,7 +138866,7 @@
"data": {
"description": "Details about each object.",
"items": {
"$ref": "#/components/schemas/tax.transaction.line_item"
"$ref": "#/components/schemas/tax.transaction_line_item"
},
"type": "array"
},
Expand Down
28 changes: 14 additions & 14 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43960,7 +43960,7 @@ components:
data:
description: Details about each object.
items:
$ref: '#/components/schemas/tax.calculation.line_item'
$ref: '#/components/schemas/tax.calculation_line_item'
type: array
has_more:
description: >-
Expand Down Expand Up @@ -44060,10 +44060,10 @@ components:
class_name: Calculation
in_package: Tax
inner_classes:
- tax.calculation.line_item
- tax.calculation_line_item
- tax_product_resource_customer_details
- tax_product_resource_tax_breakdown
tax.calculation.line_item:
tax.calculation_line_item:
description: ''
properties:
amount:
Expand All @@ -44084,7 +44084,7 @@ components:
String representing the object's type. Objects of the same type
share the same value.
enum:
- tax.calculation.line_item
- tax.calculation_line_item
type: string
product:
description: A Product ID.
Expand Down Expand Up @@ -44136,7 +44136,7 @@ components:
type: object
x-expandableFields:
- tax_breakdown
x-resourceId: tax.calculation.line_item
x-resourceId: tax.calculation_line_item
x-stripeResource:
class_name: LineItem
has_collection_class: true
Expand Down Expand Up @@ -44352,7 +44352,7 @@ components:
data:
description: Details about each object.
items:
$ref: '#/components/schemas/tax.transaction.line_item'
$ref: '#/components/schemas/tax.transaction_line_item'
type: array
has_more:
description: >-
Expand Down Expand Up @@ -44482,9 +44482,9 @@ components:
class_name: Transaction
in_package: Tax
inner_classes:
- tax.transaction.line_item
- tax.transaction_line_item
- tax_product_resource_tax_transaction_resource_reversal
tax.transaction.line_item:
tax.transaction_line_item:
description: ''
properties:
amount:
Expand Down Expand Up @@ -44520,7 +44520,7 @@ components:
String representing the object's type. Objects of the same type
share the same value.
enum:
- tax.transaction.line_item
- tax.transaction_line_item
type: string
quantity:
description: >-
Expand Down Expand Up @@ -44574,7 +44574,7 @@ components:
type: object
x-expandableFields:
- reversal
x-resourceId: tax.transaction.line_item
x-resourceId: tax.transaction_line_item
x-stripeResource:
class_name: LineItem
has_collection_class: true
Expand Down Expand Up @@ -45126,7 +45126,7 @@ components:
- tax_rate_details
x-stripeResource:
class_name: LineItemTaxBreakdown
in_class: tax.calculation.line_item
in_class: tax.calculation_line_item
inner_classes:
- tax_product_resource_jurisdiction
- tax_product_resource_line_item_tax_rate_details
Expand Down Expand Up @@ -45406,7 +45406,7 @@ components:
x-expandableFields: []
x-stripeResource:
class_name: Reversal
in_class: tax.transaction.line_item
in_class: tax.transaction_line_item
tax_product_resource_tax_transaction_resource_reversal:
description: ''
properties:
Expand Down Expand Up @@ -130374,7 +130374,7 @@ paths:
data:
description: Details about each object.
items:
$ref: '#/components/schemas/tax.calculation.line_item'
$ref: '#/components/schemas/tax.calculation_line_item'
type: array
has_more:
description: >-
Expand Down Expand Up @@ -131183,7 +131183,7 @@ paths:
data:
description: Details about each object.
items:
$ref: '#/components/schemas/tax.transaction.line_item'
$ref: '#/components/schemas/tax.transaction_line_item'
type: array
has_more:
description: >-
Expand Down

0 comments on commit 68fe2a1

Please sign in to comment.