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

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

Documentation
                This is an extended request for saving rents with a quote ID
            
Properties
This component is not nillable.

Model
<...>
(ysQuoteId, leaseTerm, leaseStartDate, expires, rateType )
</...>


Nested Element Summary
xs:dateexpires
           Quote expiry date  
xs:dateleaseStartDate
           Lease start date  
xs:nonNegativeIntegerleaseTerm
           Lease term  
xs:stringrateType
          Rate type. 
xs:longysQuoteId
           Quote ID  
Source
<xs:complexType name="saveUnitRentQuoteIdRequest">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="ysQuoteId" type="xs:long">
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="leaseTerm" type="xs:nonNegativeInteger">
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="leaseStartDate" type="xs:date">
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="expires" type="xs:date">
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="rateType" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


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