ServiceGroupsType

Element:
ServiceGroups
Type:
ServiceGroupsType
Namespace:
http://www.vmware.com/vchs/vms/billabledata/v1
Description:
Lists all service-groups for a given company, includes company details and service group list.
Since:
5.7
Schema:
metering.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<ServiceGroups xmlns="http://www.vmware.com/vchs/vms/billabledata/v1">
    <CompanyId> xs:string </CompanyId>
    <CompanyName> xs:string </CompanyName>
    <ServiceGroupList>
        <ServiceGroup>
            <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>
    </ServiceGroupList>
</ServiceGroups>

Elements

Element Type Required Modifiable Since Deprecated Description
CompanyId string Yes none 5.7 The id of the company.
CompanyName string Yes none 5.7 The name of the company.
ServiceGroupList ServiceGroupListType No always 5.7 Container for service group data.