metering-bill-summaries

metering-bill-summaries
metering-bill-summaries

Model to represent a collection of bill summary

JSON Example
{
    "pageInfo": {
        "totalCount": 0,
        "page": 0,
        "pageSize": 0,
        "sortBy": "string",
        "sortOrder": "string"
    },
    "links": [
        {
            "href": "string",
            "rel": "string",
            "name": "string",
            "description": "string"
        }
    ],
    "meteringBillSummaries": [
        {
            "billId": "string",
            "title": "string",
            "resourceType": "string",
            "resourceName": "string",
            "policyName": "string",
            "totalPrice": "number",
            "billingTime": 0,
            "billingStartTime": 0,
            "billingEndTime": 0,
            "assignedToTenant": false
        }
    ]
}
pageInfo
Optional

Represents page information for a paged result

array of link
links
Optional

Collection of links

meteringBillSummaries
Optional

List of bill summary

Returned By