BillableCostsType

Element:
BillableCosts
Type:
BillableCostsType
Namespace:
http://www.vmware.com/vchs/vms/billabledata/v1
Description:
Represents current/unbilled value of cost items associated with the service-group. Only those cost items are listed which are available after last bill cut/generation date. 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:
<BillableCosts xmlns="http://www.vmware.com/vchs/vms/billabledata/v1">
    <Cost>
        <Type> xs:string </Type>
        <Amount> xs:decimal </Amount>
        <Properties>
            <Property name="xs:string"/>
        </Properties>
    </Cost>
    <Currency> xs:string </Currency>
    <LastUpdateTime> xs:string </LastUpdateTime>
</BillableCosts>

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.
LastUpdateTime string Yes always 5.7 The last update time for cost items.