http://yieldstar.com/ws/AppExchange/v1
complexType leaseTermRentUnitQuoteIdResponse

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://yieldstar.com/ws/AppExchange/v1}unitRateResponse (restriction)
|
+--{http://yieldstar.com/ws/AppExchange/v1}leaseTermRentUnitResponse (extension)
|
+--{http://yieldstar.com/ws/AppExchange/v1}leaseTermRentUnitQuoteIdResponse (extension)

Documentation
                This is a response for an individual unit. This is returned for
                every request regardless of whether it has rates.
            
Properties
This component is not nillable.

Model
<...>
(building, unitNumber ) (makeReadyDate?, unitRate* ) ysQuoteId
</...>


Nested Element Summary
 building
          This is the building in which the unit is located. 
xs:datemakeReadyDate
           The actual date the unit is made available  
 unitNumber
           This is the unit number for the available unit.  
tns:leaseTermRentUnitRateunitRate
           A list of common units of work  
xs:longysQuoteId
           Quote ID  
Source
<xs:complexType name="leaseTermRentUnitQuoteIdResponse">
<xs:complexContent>
<xs:extension base="tns:leaseTermRentUnitResponse">
<xs:sequence>
<xs:element maxOccurs="1" name="ysQuoteId" type="xs:long">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.