forked from stripe-ruby-mock/stripe-ruby-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
quote.created.json
92 lines (90 loc) · 2.2 KB
/
quote.created.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"id": "evt_000000000000000000000000",
"object": "event",
"api_version": "2020-08-27",
"created": 1648320086,
"data": {
"object": {
"id": "qt_000000000000000000000000",
"object": "quote",
"amount_subtotal": 15000,
"amount_total": 15000,
"application_fee_amount": null,
"application_fee_percent": null,
"automatic_tax": {
"enabled": false,
"status": null
},
"collection_method": "charge_automatically",
"computed": {
"recurring": {
"amount_subtotal": 15000,
"amount_total": 15000,
"interval": "month",
"interval_count": 1,
"total_details": {
"amount_discount": 0,
"amount_shipping": 0,
"amount_tax": 0
}
},
"upfront": {
"amount_subtotal": 15000,
"amount_total": 15000,
"total_details": {
"amount_discount": 0,
"amount_shipping": 0,
"amount_tax": 0
}
}
},
"created": 1648320085,
"currency": "usd",
"customer": "cus_00000000000000",
"default_tax_rates": [
],
"description": "(created by Stripe CLI)",
"discounts": [
],
"expires_at": 1650912085,
"footer": null,
"from_quote": null,
"header": null,
"invoice": null,
"invoice_settings": {
"days_until_due": null
},
"livemode": false,
"metadata": {
},
"number": null,
"on_behalf_of": null,
"status": "draft",
"status_transitions": {
"accepted_at": null,
"canceled_at": null,
"finalized_at": null
},
"subscription": null,
"subscription_data": {
"effective_date": null,
"trial_period_days": null
},
"subscription_schedule": null,
"test_clock": null,
"total_details": {
"amount_discount": 0,
"amount_shipping": 0,
"amount_tax": 0
},
"transfer_data": null
}
},
"livemode": false,
"pending_webhooks": 2,
"request": {
"id": "req_00000000000000",
"idempotency_key": "444b105e-dba9-4779-b9aa-80bdc9b9a354"
},
"type": "quote.created"
}