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

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

Documentation
                This is the response for unit rates for an individual unit
            
Properties
This component is not nillable.

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


Nested Element Summary
 building
          This is the building in which the unit is located. 
xs:datestartDate
           This is the actual start date of one of the projected lease, start date is returned only if passed in, as input.  
 unitNumber
           This is the unit number for the available unit.  
tns:unitRateunitRate
           A list of common units of work  
xs:longysQuoteId
           Quote ID  
Source
<xs:complexType name="renewalLeaseTermRentUnitQuoteIdResponse">
<xs:complexContent>
<xs:extension base="tns:renewalLeaseTermRentUnitResponse">
<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.