CostType

Type:
CostType
Namespace:
http://www.vmware.com/vchs/vms/billabledata/v1
Description:
Represents the cost item.
Since:
5.7
Schema:
metering.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<CostType xmlns="http://www.vmware.com/vchs/vms/billabledata/v1">
    <Type> xs:string </Type>
    <Amount> xs:decimal </Amount>
    <Properties>
        <Property name="xs:string"/>
    </Properties>
</CostType>

Elements

Element Type Required Modifiable Since Deprecated Description
Amount decimal Yes always 5.7 The cost value.
Properties PropertiesType No always 5.7 List of properties associated with billing item.
Type string Yes none 5.7 The following cost types are supported - SERVICE_CREDIT and SUPPORT.