AvailableBillsType

Type:
AvailableBillsType
Namespace:
http://www.vmware.com/vchs/vms/billabledata/v1
Description:
Contains a list of available bills.
Since:
5.7
Schema:
metering.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<AvailableBillsType xmlns="http://www.vmware.com/vchs/vms/billabledata/v1">
    <Bill>
        <Link rel="xs:string" href="xs:string"/>
        <BillingPeriod>
            <Month> xs:int </Month>
            <Year> xs:int </Year>
            <StartDate> xs:string </StartDate>
            <EndDate> xs:string </EndDate>
        </BillingPeriod>
    </Bill>
</AvailableBillsType>

Elements

Element Type Required Modifiable Since Deprecated Description
Bill BillType No always 5.7 Represents bill meta data. Include details like generated bill URI, billing month and billing year.