2.2.4.9.12 Offering

The Offering type describes the domain name offering.

 <xs:complexType name="Offering">
   <xs:sequence>
     <xs:element minOccurs="0" name="AccountManagementUrl" nillable="true" type="xs:anyURI" />
     <xs:element minOccurs="0" name="AdditionalSites" nillable="true" xmlns:q2="http://schemas.datacontract.org/2004/07/System.Collections.ObjectModel" type="q2:ReadOnlyCollectionOfanyURI" />
     <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
     <xs:element minOccurs="0" name="EulaUrl" nillable="true" type="xs:anyURI" />
     <xs:element minOccurs="0" name="Icon" nillable="true" type="xs:base64Binary" />
     <xs:element minOccurs="0" name="MembershipServiceName" nillable="true" type="xs:string" />
     <xs:element minOccurs="0" name="MembershipServiceSignupUrl" nillable="true" type="xs:anyURI" />
     <xs:element minOccurs="0" name="MoreInfoUrl" nillable="true" type="xs:anyURI" />
     <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
     <xs:element minOccurs="0" name="ProviderID" type="ser:guid" />
     <xs:element minOccurs="0" name="SupportedDomainType" type="tns:DomainType" />
     <xs:element minOccurs="0" name="TroubleshootingUrl" nillable="true" type="xs:anyURI" />
   </xs:sequence>
 </xs:complexType>

AccountManagementUrl: The account management URL.

AdditionalSites: A collection of additional sites.

Description: The description of the offering.

EulaUrl: The URL pointing to the EULA of the offering.

Icon: The icon of the offering.

MembershipServiceName: The membership service name.

MembershipServiceSignupUrl: The membership service signup URL.

MoreInfoUrl: The URL pointing to more information for the offering.

Name: The name of the offering.

ProviderID: The provider ID.

SupportedDomainType: A description of the supported domain type.

TroubleshootingUrl: A URL pointing to a troubleshooting webpage.