forked from linode/linode_api4-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccount.json
More file actions
38 lines (38 loc) · 1.04 KB
/
account.json
File metadata and controls
38 lines (38 loc) · 1.04 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
{
"state": "PA",
"city": "Philadelphia",
"phone": "123-456-7890",
"tax_id": "",
"balance": 0,
"company": "Linode",
"address_2": "",
"email": "support@linode.com",
"address_1": "3rd & Arch St",
"zip": "19106",
"first_name": "Test",
"last_name": "Guy",
"country": "US",
"capabilities": [
"Linodes",
"NodeBalancers",
"Block Storage",
"Object Storage",
"Linode Interfaces"
],
"active_promotions": [
{
"credit_monthly_cap": "10.00",
"credit_remaining": "50.00",
"description": "Receive up to $10 off your services every month for 6 months! Unused credits will expire once this promotion period ends.",
"expire_dt": "2018-01-31T23:59:59",
"image_url": "https://linode.com/10_a_month_promotion.svg",
"service_type": "all",
"summary": "$10 off your Linode a month!",
"this_month_credit_remaining": "10.00"
}
],
"active_since": "2018-01-01T00:01:01",
"balance_uninvoiced": 145,
"billing_source": "akamai",
"euuid": "E1AF5EEC-526F-487D-B317EBEB34C87D71"
}