ServiceGroupType

Element:
ServiceGroup
Type:
ServiceGroupType
Namespace:
http://www.vmware.com/vchs/vms/billabledata/v1
Description:
Represents service group data, includes details like service group id, service group display name, billing currency, billing attributes and anniversary dates.
Since:
5.7
Schema:
metering.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<ServiceGroup xmlns="http://www.vmware.com/vchs/vms/billabledata/v1">
    <Id> xs:string </Id>
    <DisplayName> xs:string </DisplayName>
    <BillingCurrency> xs:string </BillingCurrency>
    <BillingAttributes>
        <Attribute name="xs:string">
            <Value> xs:string </Value>
            <Properties>
                <Property name="xs:string"/>
            </Properties>
        </Attribute>
    </BillingAttributes>
    <AvailableBills>
        <Bill>
            <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>
        </Bill>
    </AvailableBills>
</ServiceGroup>

Elements

Element Type Required Modifiable Since Deprecated Description
AvailableBills AvailableBillsType No always 5.7 Contain list of available bills.
BillingAttributes BillingAttributesType No always 5.7 Contain list of billing attributes.
BillingCurrency string Yes none 5.7 The billing currency, will be in ISO 4217 code e.g. USD, GBP, etc.
DisplayName string Yes none 5.7 The display name of the service group.
Id string Yes none 5.7 The id of the service group.