BillType

Type:
BillType
Namespace:
http://www.vmware.com/vchs/vms/billabledata/v1
Description:
Represents bill meta data. Include details like generated bill URI, billing month and billing year.
Since:
5.7
Schema:
metering.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<BillType xmlns="http://www.vmware.com/vchs/vms/billabledata/v1">
    <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>
</BillType>

Elements

Element Type Required Modifiable Since Deprecated Description
BillingPeriod BillingPeriodType No none 5.7 Represents billing period for a given bill.
Link LinkType No none 5.7 It will contain link details of the generated bill.