Skip to content

Commit

Permalink
Update OpenAPI for 6d0fb2eee3a4427c7d324f53c0b825a8a88e6ff3
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 12, 2024
1 parent aa92a54 commit 29ef66f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -19573,7 +19573,7 @@
"customer_tax_ids": {
"description": "The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as `customer.tax_ids`. Once the invoice is finalized, this field will no longer be updated.",
"items": {
"$ref": "#/components/schemas/invoices_resource_invoice_resource_invoice_tax_id"
"$ref": "#/components/schemas/invoices_resource_invoice_tax_id"
},
"nullable": true,
"type": "array"
Expand Down Expand Up @@ -22112,7 +22112,7 @@
"pdf"
]
},
"invoices_resource_invoice_resource_invoice_tax_id": {
"invoices_resource_invoice_tax_id": {
"description": "",
"properties": {
"type": {
Expand Down Expand Up @@ -22199,7 +22199,7 @@
"type",
"value"
],
"title": "InvoicesResourceInvoiceResourceInvoiceTaxID",
"title": "InvoicesResourceInvoiceTaxID",
"type": "object",
"x-expandableFields": []
},
Expand Down Expand Up @@ -48104,7 +48104,7 @@
"customer_tax_ids": {
"description": "The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as `customer.tax_ids`. Once the invoice is finalized, this field will no longer be updated.",
"items": {
"$ref": "#/components/schemas/invoices_resource_invoice_resource_invoice_tax_id"
"$ref": "#/components/schemas/invoices_resource_invoice_tax_id"
},
"nullable": true,
"type": "array"
Expand Down
6 changes: 3 additions & 3 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -12694,7 +12694,7 @@
"customer_tax_ids": {
"description": "The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as `customer.tax_ids`. Once the invoice is finalized, this field will no longer be updated.",
"items": {
"$ref": "#/components/schemas/invoices_resource_invoice_resource_invoice_tax_id"
"$ref": "#/components/schemas/invoices_resource_invoice_tax_id"
},
"nullable": true,
"type": "array"
Expand Down Expand Up @@ -14370,7 +14370,7 @@
"pdf"
]
},
"invoices_resource_invoice_resource_invoice_tax_id": {
"invoices_resource_invoice_tax_id": {
"description": "",
"properties": {
"type": {
Expand Down Expand Up @@ -14456,7 +14456,7 @@
"required": [
"type"
],
"title": "InvoicesResourceInvoiceResourceInvoiceTaxID",
"title": "InvoicesResourceInvoiceTaxID",
"type": "object",
"x-expandableFields": []
},
Expand Down

0 comments on commit 29ef66f

Please sign in to comment.