2.2.4.50 MSOLicenseSubscription

The MSOLicenseSubscription type contains the license subscription information for the online service.

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.AzureADObjectModel

 <xs:complexType name="MSOLicenseSubscription">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="BillingExpirationTime" type="xs:dateTime"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Expired" type="xs:boolean"/>
   </xs:sequence>
 </xs:complexType>

BillingExpirationTime:  The billing expiration time of the subscription.

Expired: A flag that indicates whether the subscription is expired.