metering-bill

metering-bill
metering-bill
JSON Example
{
    "billId": "string",
    "description": "string",
    "billMetadata": {
        "title": "string",
        "billingTime": 0,
        "billingStartTime": 0,
        "billingEndTime": 0
    },
    "resourceData": {
        "resourceType": "string",
        "resourceName": "string",
        "policyName": "string",
        "resourceId": "string",
        "totalPrice": "number"
    },
    "meteringDetails": [
        {
            "name": "string",
            "price": "number",
            "usage": "number",
            "instances": [
                "MeteringDetail Object"
            ]
        }
    ],
    "subMeteringBill": {
        "meteringResourceData": {
            "resourceType": "string",
            "resourceName": "string",
            "policyName": "string",
            "resourceId": "string",
            "totalPrice": "number"
        },
        "subMeterings": [
            "sub-meterings Object"
        ],
        "meteringDetails": [
            {
                "name": "string",
                "price": "number",
                "usage": "number",
                "instances": [
                    "MeteringDetail Object"
                ]
            }
        ]
    }
}
string As uuid As uuid
billId
Required

The UUID of the bill

string
description
Optional

The description of the bill

billMetadata
Optional

The metadata of the bill

resourceData
Optional

The metering resource data

meteringDetails
Optional

Detailed pricing information of components

subMeteringBill
Optional

The sub metering items of the bill

Returned By