Open the Portico Developer Guide site
PosGateway Schema
PosGetUserDeviceSettingsReqType Complex Type
PosGateway Schema : PosGetUserDeviceSettingsReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
DeviceId Element MerchNbr Element All PosGetUserDeviceSettingsReqType Complex Type
Overview
All
MerchNbr merchNbrType Simple Type

The merchant number to query

DeviceId deviceIdType Simple Type

The device number to query (must belong to this merchant)

Used By
GetUserDeviceSettings Element
Source
<xs:complexType name="PosGetUserDeviceSettingsReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="MerchNbr" type="merchNbrType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The merchant number to query</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DeviceId" type="deviceIdType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The device number to query (must belong to this merchant)</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema