BilledCostsType

Element:
BilledCosts
Type:
BilledCostsType
Namespace:
http://www.vmware.com/vchs/vms/billabledata/v1
Description:
List cost items associated with service group for a given billing month. Cost items are shown only for months for which bill is generated. The following cost items are supported - Support Cost and Service Credit.
Since:
5.7
Schema:
metering.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<BilledCosts xmlns="http://www.vmware.com/vchs/vms/billabledata/v1" month="xs:int" year="xs:int" startTime="xs:string" endTime="xs:string">
    <Cost>
        <Type> xs:string </Type>
        <Amount> xs:decimal </Amount>
        <Properties>
            <Property name="xs:string"/>
        </Properties>
    </Cost>
    <Currency> xs:string </Currency>
</BilledCosts>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
month int No always 5.7 The billing month for billed cost.
year int No always 5.7 The billing year for billed cost.
startTime string No always 5.7 The start time of billing month.
endTime string No always 5.7 The end time of billing month.

Elements

Element Type Required Modifiable Since Deprecated Description
Cost CostType No always 5.7 Represents the cost item
Currency string Yes none 5.7 The billing currency, will be in ISO 4217 code e.g. USD, GBP, etc.