-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmembership-confirmed.json
65 lines (65 loc) · 1.54 KB
/
membership-confirmed.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
[{
"id": "0c4f75fa14924433810d6f12aeb56fbb",
"name": "johnny doe",
"email":"[email protected]",
"phone": "12345",
"user": {
"id": "1d4d33ea2501579s146a6f12aeb56fbb",
"email": "[email protected]"
},
"picture": "http://cobot.me/example.jpg",
"address": {
"company": "Example Corp",
"name": "johnny doe",
"full_address": "Steet\n12345 Berlin\nGermany"
},
"billing_emails": ["[email protected]"],
"charge_taxes": true,
"customer_number": "10000",
"plan": {
"name": "Basic Example Plan",
"description": "A Plan to Test",
"price_per_cycle_in_cents": 10000,
"tax_rate": "19.0",
"cycle_duration": 1,
"currency": "EUR",
"cancellation_period": 14,
"canceled_to": null,
"total_price_per_cycle": "105.00",
"extras": [
{
"name": "locker",
"price_in_cents": 500,
"tax_rate": "19.0"
}
],
"time_passes": [
{
"id": "0",
"name": "Example Day Pass",
"price_in_cents": 1000,
"currency": "EUR",
"timespans": "4-3:59",
"included_per_timespan": 7,
"included_timespan": "month",
"discounts": [
{
"number_of_passes": 10,
"price_in_cents": 10000,
"currency": "EUR"
}
]
}
]
},
"upcoming_plan": null,
"payment_method": {
"name": "Cash",
"automated": false
},
"confirmed_at": "2015/01/01 12:00:00 +0000",
"starts_at": null,
"joined_at": "2015/01/01",
"canceled_to": null,
"next_invoice_at": "2015/02/01"
}]