1getInvoiceTopLevelItems = [
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': [
13            {
14                'id': 12345,
15                'category': {'name': 'Fake Child Category'},
16                'description': 'Blah',
17                'oneTimeAfterTaxAmount': 55.50,
18                'recurringAfterTaxAmount': 0.10
19            }
20        ],
21        'location': {'name': 'fra02'}
22    }
23]
24