Skip to content

Commit 86db56d

Browse files
OpenAPI Update (#963)
Update OpenAPI for 16014e560d26b8f426612bf3d2bb1de977795efd Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 6c153bd commit 86db56d

File tree

2 files changed

+3580
-826
lines changed

2 files changed

+3580
-826
lines changed

embedded/openapi/fixtures3.json

Lines changed: 16 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,9 @@
11701170
"object": "tax_rate",
11711171
"percentage": 19,
11721172
"state": null,
1173-
"tax_type": "vat"
1173+
"tax_type": "vat",
1174+
"flat_amount": null,
1175+
"rate_type": null
11741176
}
11751177
],
11761178
"type": "invoice_line_item",
@@ -3021,6 +3023,9 @@
30213023
"object": "payment_method_domain",
30223024
"paypal": {
30233025
"status": "active"
3026+
},
3027+
"amazon_pay": {
3028+
"status": "active"
30243029
}
30253030
},
30263031
"payment_source": {
@@ -3538,24 +3543,7 @@
35383543
"scheduled_query_run": {
35393544
"created": 1234567890,
35403545
"data_load_time": 1234567890,
3541-
"file": {
3542-
"created": 1721948551,
3543-
"expires_at": null,
3544-
"filename": "path",
3545-
"id": "file_1Pgag7B7WZ01zgkWJbdoNCXR",
3546-
"links": {
3547-
"data": [],
3548-
"has_more": false,
3549-
"object": "list",
3550-
"url": "/v1/file_links?file=file_1Pgag7B7WZ01zgkWJbdoNCXR"
3551-
},
3552-
"object": "file",
3553-
"purpose": "sigma_scheduled_query",
3554-
"size": 500,
3555-
"title": null,
3556-
"type": "csv",
3557-
"url": "https://sangeekp-15t6ai--upload-mydev.dev.stripe.me/v1/files/file_1Pgag7B7WZ01zgkWJbdoNCXR/contents"
3558-
},
3546+
"file": null,
35593547
"id": "sqr_1Pgc7AB7WZ01zgkWvpIic1Di",
35603548
"livemode": false,
35613549
"object": "scheduled_query_run",
@@ -4085,7 +4073,9 @@
40854073
"country": "US",
40864074
"percentage_decimal": "9.875",
40874075
"state": "CA",
4088-
"tax_type": "sales_tax"
4076+
"tax_type": "sales_tax",
4077+
"flat_amount": null,
4078+
"rate_type": null
40894079
},
40904080
"taxability_reason": "standard_rated",
40914081
"taxable_amount": 1499
@@ -4097,7 +4087,9 @@
40974087
"country": "US",
40984088
"percentage_decimal": "0.0",
40994089
"state": "CA",
4100-
"tax_type": "sales_tax"
4090+
"tax_type": "sales_tax",
4091+
"flat_amount": null,
4092+
"rate_type": null
41014093
},
41024094
"taxability_reason": "product_exempt",
41034095
"taxable_amount": 0
@@ -4277,7 +4269,9 @@
42774269
"object": "tax_rate",
42784270
"percentage": 19,
42794271
"state": null,
4280-
"tax_type": "vat"
4272+
"tax_type": "vat",
4273+
"flat_amount": null,
4274+
"rate_type": null
42814275
},
42824276
"terminal.configuration": {
42834277
"bbpos_wisepos_e": {
@@ -5091,17 +5085,6 @@
50915085
"test_clock": null,
50925086
"updated": 234430277,
50935087
"voided_at": null
5094-
},
5095-
"margin": {
5096-
"active": true,
5097-
"created": 1028554472,
5098-
"id": "obj_123",
5099-
"livemode": true,
5100-
"metadata": null,
5101-
"name": null,
5102-
"object": "margin",
5103-
"percent_off": 1487902325,
5104-
"updated": 234430277
51055088
}
51065089
}
51075090
}

0 commit comments

Comments
 (0)