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

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

Documentation
Each of the individual entries in the setUnitAmenities Request.
          There are no limits to the number of children that may appear.
          There must be at least one setUnitAmenity request in each setUnitAmenities Request .
                            
Properties
This component is not nillable.

Model
<...>
(pmsAmenityCode, amenityName, unitAmenityAmount, unitAmenityStartDate?, unitAmenityEndDate?, amenityChangeType )
</...>


Nested Element Summary
 amenityChangeType
           If specified, defines if the amenity change type is a “insert”, “update”, or “delete" .  
xs:stringamenityName
           This is the pms amenity name  
xs:stringpmsAmenityCode
           This is the pms amenity code  
xs:decimalunitAmenityAmount
           This is the value of the amenity  
xs:dateunitAmenityEndDate
          If specified, this represents the date at which this unit amenity expires. 
xs:dateunitAmenityStartDate
          If specified, this represents the date at which this unit amenity becomes effective. 
Source
<xs:complexType name="setUnitAmenityRequest">
<xs:sequence>
<xs:element name="pmsAmenityCode" type="xs:string">
</xs:element>
<xs:element name="amenityName" type="xs:string">
</xs:element>
<xs:element name="unitAmenityAmount" type="xs:decimal">
</xs:element>
<xs:element minOccurs="0" name="unitAmenityStartDate" type="xs:date">
</xs:element>
<xs:element minOccurs="0" name="unitAmenityEndDate" type="xs:date">
</xs:element>
<xs:element name="amenityChangeType">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="insert"/>
<xs:enumeration value="update"/>
<xs:enumeration value="delete"/>
</xs:restriction>
</xs:simpleType>
</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.