Skip to content

Commit

Permalink
OpenAPI Update (#963)
Browse files Browse the repository at this point in the history
Update OpenAPI for 16014e560d26b8f426612bf3d2bb1de977795efd

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Oct 18, 2024
1 parent 6c153bd commit 86db56d
Show file tree
Hide file tree
Showing 2 changed files with 3,580 additions and 826 deletions.
49 changes: 16 additions & 33 deletions embedded/openapi/fixtures3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,9 @@
"object": "tax_rate",
"percentage": 19,
"state": null,
"tax_type": "vat"
"tax_type": "vat",
"flat_amount": null,
"rate_type": null
}
],
"type": "invoice_line_item",
Expand Down Expand Up @@ -3021,6 +3023,9 @@
"object": "payment_method_domain",
"paypal": {
"status": "active"
},
"amazon_pay": {
"status": "active"
}
},
"payment_source": {
Expand Down Expand Up @@ -3538,24 +3543,7 @@
"scheduled_query_run": {
"created": 1234567890,
"data_load_time": 1234567890,
"file": {
"created": 1721948551,
"expires_at": null,
"filename": "path",
"id": "file_1Pgag7B7WZ01zgkWJbdoNCXR",
"links": {
"data": [],
"has_more": false,
"object": "list",
"url": "/v1/file_links?file=file_1Pgag7B7WZ01zgkWJbdoNCXR"
},
"object": "file",
"purpose": "sigma_scheduled_query",
"size": 500,
"title": null,
"type": "csv",
"url": "https://sangeekp-15t6ai--upload-mydev.dev.stripe.me/v1/files/file_1Pgag7B7WZ01zgkWJbdoNCXR/contents"
},
"file": null,
"id": "sqr_1Pgc7AB7WZ01zgkWvpIic1Di",
"livemode": false,
"object": "scheduled_query_run",
Expand Down Expand Up @@ -4085,7 +4073,9 @@
"country": "US",
"percentage_decimal": "9.875",
"state": "CA",
"tax_type": "sales_tax"
"tax_type": "sales_tax",
"flat_amount": null,
"rate_type": null
},
"taxability_reason": "standard_rated",
"taxable_amount": 1499
Expand All @@ -4097,7 +4087,9 @@
"country": "US",
"percentage_decimal": "0.0",
"state": "CA",
"tax_type": "sales_tax"
"tax_type": "sales_tax",
"flat_amount": null,
"rate_type": null
},
"taxability_reason": "product_exempt",
"taxable_amount": 0
Expand Down Expand Up @@ -4277,7 +4269,9 @@
"object": "tax_rate",
"percentage": 19,
"state": null,
"tax_type": "vat"
"tax_type": "vat",
"flat_amount": null,
"rate_type": null
},
"terminal.configuration": {
"bbpos_wisepos_e": {
Expand Down Expand Up @@ -5091,17 +5085,6 @@
"test_clock": null,
"updated": 234430277,
"voided_at": null
},
"margin": {
"active": true,
"created": 1028554472,
"id": "obj_123",
"livemode": true,
"metadata": null,
"name": null,
"object": "margin",
"percent_off": 1487902325,
"updated": 234430277
}
}
}
Loading

0 comments on commit 86db56d

Please sign in to comment.