metering-bill-summary

metering-bill-summary
metering-bill-summary

List of bill summary

JSON Example
{
    "billId": "string",
    "title": "string",
    "resourceType": "string",
    "resourceName": "string",
    "policyName": "string",
    "totalPrice": "number",
    "billingTime": 0,
    "billingStartTime": 0,
    "billingEndTime": 0,
    "assignedToTenant": false
}
string As uuid As uuid
billId
Required

The identifier of the bill

string
title
Required

The title of the bill

string
resourceType
Required

The resourceType of the Object

string
resourceName
Required

The resourceName of the Object

string
policyName
Required

The policyName used for the Bill

number As double As double
totalPrice
Required

The totalPrice in the Bill

integer As int64 As int64
billingTime
Required

Bill generation time in milliseconds

integer As int64 As int64
billingStartTime
Required

Billing start time in milliseconds

integer As int64 As int64
billingEndTime
Required

Billing end time in milliseconds

boolean
assignedToTenant
Required

Indicates bill assignment to the tenant