Open the Portico Developer Guide site
PosGateway Schema
ExtraChargesDataType Complex Type
PosGateway Schema : ExtraChargesDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Laundry Element Other Element Telephone Element MiniBar Element GiftShop Element Restaurant Element All ExtraChargesDataType Complex Type
Overview
All
Restaurant optional booleanType Simple Type

Restaurant charge

GiftShop optional booleanType Simple Type

Gift shop charge

MiniBar optional booleanType Simple Type

Mini-bar charge

Telephone optional booleanType Simple Type

Telephone charge

Other optional booleanType Simple Type

Other charge

Laundry optional booleanType Simple Type

Laundry charge

Used By
LodgingData Element
ExtraCharges Element
ExtraCharges Element
Source
<xs:complexType name="ExtraChargesDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="Restaurant" type="booleanType" default="N" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Restaurant charge</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GiftShop" type="booleanType" default="N" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Gift shop charge</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MiniBar" type="booleanType" default="N" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Mini-bar charge</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Telephone" type="booleanType" default="N" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Telephone charge</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Other" type="booleanType" default="N" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Other charge</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Laundry" type="booleanType" default="N" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Laundry charge</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema