|
1 | 1 | getInvoiceTopLevelItems = [
|
2 | 2 | {
|
3 |
| - 'categoryCode': 'sov_sec_ip_addresses_priv', |
4 |
| - 'createDate': '2018-04-04T23:15:20-06:00', |
5 |
| - 'description': '64 Portable Private IP Addresses', |
6 |
| - 'id': 724951323, |
7 |
| - 'oneTimeAfterTaxAmount': '0', |
8 |
| - 'recurringAfterTaxAmount': '0', |
9 |
| - 'hostName': 'bleg', |
10 |
| - 'domainName': 'beh.com', |
11 |
| - 'category': {'name': 'Private (only) Secondary VLAN IP Addresses'}, |
12 |
| - 'children': [ |
| 3 | + "categoryCode": "sov_sec_ip_addresses_priv", |
| 4 | + "createDate": "2018-04-04T23:15:20-06:00", |
| 5 | + "description": "64 Portable Private IP Addresses", |
| 6 | + "id": 724951323, |
| 7 | + "oneTimeAfterTaxAmount": "0", |
| 8 | + "recurringAfterTaxAmount": "0", |
| 9 | + "hostName": "bleg", |
| 10 | + "domainName": "beh.com", |
| 11 | + "category": {"name": "Private (only) Secondary VLAN IP Addresses"}, |
| 12 | + "children": [ |
13 | 13 | {
|
14 |
| - 'id': 12345, |
15 |
| - 'category': {'name': 'Fake Child Category'}, |
16 |
| - 'description': 'Blah', |
17 |
| - 'oneTimeAfterTaxAmount': 55.50, |
18 |
| - 'recurringAfterTaxAmount': 0.10 |
| 14 | + "id": 12345, |
| 15 | + "category": {"name": "Fake Child Category"}, |
| 16 | + "description": "Blah", |
| 17 | + "oneTimeAfterTaxAmount": 55.50, |
| 18 | + "recurringAfterTaxAmount": 0.10 |
19 | 19 | }
|
20 | 20 | ],
|
21 |
| - 'location': {'name': 'fra02'} |
| 21 | + "location": {"name": "fra02"} |
| 22 | + }, |
| 23 | + { |
| 24 | + "categoryCode": "reserved_capacity", |
| 25 | + "createDate": "2024-07-03T22:08:36-07:00", |
| 26 | + "description": "B1.1x2 (1 Year Term) (721hrs * .025)", |
| 27 | + "id": 1111222, |
| 28 | + "oneTimeAfterTaxAmount": "0", |
| 29 | + "recurringAfterTaxAmount": "18.03", |
| 30 | + "category": {"name": "Reserved Capacity"}, |
| 31 | + "children": [ |
| 32 | + { |
| 33 | + "description": "1 x 2.0 GHz or higher Core", |
| 34 | + "id": 29819, |
| 35 | + "oneTimeAfterTaxAmount": "0", |
| 36 | + "recurringAfterTaxAmount": "10.00", |
| 37 | + "category": {"name": "Computing Instance"} |
| 38 | + }, |
| 39 | + { |
| 40 | + "description": "2 GB", |
| 41 | + "id": 123456, |
| 42 | + "oneTimeAfterTaxAmount": "0", |
| 43 | + "recurringAfterTaxAmount": "2.33", |
| 44 | + "category": {"name": "RAM"} |
| 45 | + } |
| 46 | + ], |
| 47 | + "location": {"name": "dal10"} |
22 | 48 | }
|
23 | 49 | ]
|
0 commit comments