-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreserved.json
More file actions
52 lines (52 loc) · 1.3 KB
/
Copy pathreserved.json
File metadata and controls
52 lines (52 loc) · 1.3 KB
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
{
"acme": {
"vex_reserved": 10000,
"fu_reserved": 50000,
"vex_overage_tiers": [
{
"threshold": 5000,
"price_per_unit": 0.005,
"stripe_item": "price_1S0t0MLcPYf7t6osWsnR1zSS"
},
{
"threshold": 10000,
"price_per_unit": 0.008,
"stripe_item": "price_1S0t0MLcPYf7t6oszotpd1au"
}
],
"fu_overage_tiers": [
{
"threshold": 25000,
"price_per_unit": 0.001,
"stripe_item": "price_1S0t0OLcPYf7t6os3M3aWNPz"
},
{
"threshold": 50000,
"price_per_unit": 0.0008,
"stripe_item": "price_1S0t0OLcPYf7t6osv1Y8JMxp"
}
],
"vex_reserved_item": "price_1S0t0PLcPYf7t6os2j1JhpRx",
"fu_reserved_item": "price_1S0t0PLcPYf7t6os2j1JhpRx"
},
"enterprise_customer": {
"vex_reserved": 100000,
"fu_reserved": 500000,
"vex_overage_tiers": [
{
"threshold": 50000,
"price_per_unit": 0.005,
"stripe_item": "price_1S0t0MLcPYf7t6osWsnR1zSS"
}
],
"fu_overage_tiers": [
{
"threshold": 250000,
"price_per_unit": 0.001,
"stripe_item": "price_1S0t0OLcPYf7t6os3M3aWNPz"
}
],
"vex_reserved_item": "price_1S0t0QLcPYf7t6ostUSgtTdB",
"fu_reserved_item": "price_1S0t0QLcPYf7t6ostUSgtTdB"
}
}