File: SoftLayer_Billing_Invoice.py

package info (click to toggle)
python-softlayer 6.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,508 kB
  • sloc: python: 57,195; makefile: 133; xml: 97; sh: 59
file content (23 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
getInvoiceTopLevelItems = [
    {
        'categoryCode': 'sov_sec_ip_addresses_priv',
        'createDate': '2018-04-04T23:15:20-06:00',
        'description': '64 Portable Private IP Addresses',
        'id': 724951323,
        'oneTimeAfterTaxAmount': '0',
        'recurringAfterTaxAmount': '0',
        'hostName': 'bleg',
        'domainName': 'beh.com',
        'category': {'name': 'Private (only) Secondary VLAN IP Addresses'},
        'children': [
            {
                'id': 12345,
                'category': {'name': 'Fake Child Category'},
                'description': 'Blah',
                'oneTimeAfterTaxAmount': 55.50,
                'recurringAfterTaxAmount': 0.10
            }
        ],
        'location': {'name': 'fra02'}
    }
]