forked from stripe-ruby-mock/stripe-ruby-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustomer.discount.updated.json
43 lines (43 loc) · 1.01 KB
/
customer.discount.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
{
"created": 1326853478,
"livemode": false,
"id": "evt_00000000000000",
"type": "customer.discount.updated",
"object": "event",
"data": {
"object": {
"coupon": {
"id": "25OFF_00000000000000",
"percent_off": 25,
"amount_off": null,
"currency": "usd",
"object": "coupon",
"livemode": false,
"duration": "repeating",
"redeem_by": null,
"max_redemptions": null,
"times_redeemed": 0,
"duration_in_months": 3
},
"start": 1381080509,
"object": "discount",
"customer": "cus_00000000000000",
"end": 1389029309
},
"previous_attributes": {
"coupon": {
"id": "OLD_COUPON_ID",
"percent_off": 25,
"amount_off": null,
"currency": "usd",
"object": "coupon",
"livemode": false,
"duration": "repeating",
"redeem_by": null,
"max_redemptions": null,
"times_redeemed": 0,
"duration_in_months": 3
}
}
}
}