forked from stripe-ruby-mock/stripe-ruby-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.updated.json
47 lines (45 loc) · 1000 Bytes
/
product.updated.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"id": "evt_000000000000000000000000",
"object": "event",
"api_version": "2020-08-27",
"created": 1648320064,
"data": {
"object": {
"id": "prod_00000000000000",
"object": "product",
"active": true,
"attributes": [
],
"created": 1648320063,
"description": "(created by Stripe CLI)",
"images": [
],
"livemode": false,
"metadata": {
"foo": "bar"
},
"name": "myproduct",
"package_dimensions": null,
"shippable": null,
"statement_descriptor": null,
"tax_code": null,
"type": "service",
"unit_label": null,
"updated": 1648320064,
"url": null
},
"previous_attributes": {
"metadata": {
"foo": null
},
"updated": 1648320063
}
},
"livemode": false,
"pending_webhooks": 1,
"request": {
"id": "req_00000000000000",
"idempotency_key": "bf930f8a-e972-4b61-9ee0-492f139aefa3"
},
"type": "product.updated"
}