Open the Portico Developer Guide site
PosGateway Schema
ExtraChargeDetailAmtInfoDataType Complex Type
PosGateway Schema : ExtraChargeDetailAmtInfoDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
LaundryCharges Element OtherCharges Element TelephoneCharges Element MinibarCharges Element GiftShopCharges Element RestaurantCharges Element All ExtraChargeDetailAmtInfoDataType Complex Type
Overview
All
RestaurantCharges optional amtTypeGlobal Simple Type

Restaurant amount. For Feature Use

GiftShopCharges optional amtTypeGlobal Simple Type

Gift shop amount. For Feature Use

MinibarCharges optional amtTypeGlobal Simple Type

Mini-bar amount. For Feature Use

TelephoneCharges optional amtTypeGlobal Simple Type

Telephone amount. For Feature Use

OtherCharges optional amtTypeGlobal Simple Type

Other amounts. For Feature Use

LaundryCharges optional amtTypeGlobal Simple Type

Laundry amount. For Feature Use

Used By
ExtraChargeDetailAmtInfo Element
ExtraChargeDetailAmtInfo Element
ExtraChargeDetailAmtInfo Element
Source
<xs:complexType name="ExtraChargeDetailAmtInfoDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="RestaurantCharges" type="amtTypeGlobal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
              Restaurant amount. <b>For Feature Use</b></p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GiftShopCharges" type="amtTypeGlobal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
              Gift shop amount. <b>For Feature Use</b></p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MinibarCharges" type="amtTypeGlobal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
              Mini-bar amount. <b>For Feature Use</b></p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TelephoneCharges" type="amtTypeGlobal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
              Telephone amount. <b>For Feature Use</b></p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherCharges" type="amtTypeGlobal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
              Other amounts. <b>For Feature Use</b></p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LaundryCharges" type="amtTypeGlobal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
              Laundry amount. <b>For Feature Use</b></p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema