metering-bill-summaries
metering-bill-summaries
Model to represent a collection of bill summary
JSON Example
{
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"meteringBillSummaries": [
{
"assignedToTenant": false,
"billId": "string",
"billingEndTime": 0,
"billingStartTime": 0,
"billingTime": 0,
"policyName": "string",
"resourceName": "string",
"resourceType": "string",
"title": "string",
"totalPrice": "number"
}
],
"pageInfo": {
"page": 0,
"pageSize": 0,
"sortBy": "string",
"sortOrder": "string",
"totalCount": 0
}
}