I am getting below output when i run SoftLayer_Account::getNextInvoiceTopLevelBillingItems. 20th of every month is my nextBilling date, wanted to know what will be values for hoursUsed,currentHourlyCharge,recurringFee etc for an active device in next Billing cycle.Will it continue with previous value say on 20th hoursUsed =56, if i run same API on 21st will hoursUsed=56+ or will it start from 0;
[ { "allowCancellationFlag": 1, "cancellationDate": "2017-02-27T08:49:26-06:00", "categoryCode": "guest_core", "createDate": "2017-02-27T06:58:38-06:00", "currentHourlyCharge": ".048", "cycleStartDate": "2017-02-27T07:01:23-06:00", "description": "1 x 2.0 GHz Core", "domainName": "dom.com", "hostName": "febtest", "hourlyRecurringFee": ".024", "hoursUsed": "2", "id": 153540813, "laborFee": "0", "laborFeeTaxRate": "0", "lastBillDate": "2017-02-27T07:01:23-06:00", "modifyDate": "2017-02-27T08:51:11-06:00", "nextBillDate": "2017-03-20T00:00:00-05:00", "oneTimeFee": "0", "oneTimeFeeTaxRate": "0", "orderItemId": 181368197, "parentId": null, "recurringFee": ".048", "recurringFeeTaxRate": "0", "recurringMonths": 1, "serviceProviderId": 1, "setupFee": "0", "setupFeeTaxRate": "0", "category": { "categoryCode": "guest_core", "id": 80, "name": "Computing Instance", "quantityLimit": 20 }, "location": { "id": 265592, "longName": "Amsterdam 1", "name": "ams01", "statusId": 2 }, "resourceTableId": 28824891 } ]