Open the Portico Developer Guide site
PosGateway Schema
PosGetUserDeviceSettingsRspType Complex Type
PosGateway Schema : PosGetUserDeviceSettingsRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Devices Element Permissions Element Site Element MerchNbr Element Sequence PosGetUserDeviceSettingsRspType Complex Type
Overview
Sequence
Used By
GetUserDeviceSettings Element
Source
<xs:complexType name="PosGetUserDeviceSettingsRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="MerchNbr" type="merchNbrType" />
    <xs:element name="Site" type="NameValuePairRspType" minOccurs="0" />
    <xs:element name="Permissions" type="PermissionType" maxOccurs="unbounded" />
    <xs:element name="Devices" type="DeviceRspType" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema