BillingPeriodType

Type:
BillingPeriodType
Namespace:
http://www.vmware.com/vchs/vms/billabledata/v1
Description:
Represents billing period for a given bill.
Since:
5.7
Schema:
metering.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<BillingPeriodType xmlns="http://www.vmware.com/vchs/vms/billabledata/v1">
    <Month> xs:int </Month>
    <Year> xs:int </Year>
    <StartDate> xs:string </StartDate>
    <EndDate> xs:string </EndDate>
</BillingPeriodType>

Elements

Element Type Required Modifiable Since Deprecated Description
EndDate string Yes always 5.7 The end date of billing month in ISO 8601 UTC, e.g. 2014-02-13T11:00:00.000Z.
Month int Yes always 5.7 The billing month of the bill in 'm' format i.e. One-digit month for months below 10.
StartDate string Yes always 5.7 The start date of billing month in ISO 8601 UTC format, e.g. 2014-02-13T10:00:00.000Z.
Year int Yes always 5.7 The billing year of the bill in 'yyyy' format i.e. Four-digit year format.