Open the Portico Developer Guide site
PosGateway Schema
PosManageUsersRspType Complex Type
PosGateway Schema : PosManageUsersRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Device Element Users Element Sequence PosManageUsersRspType Complex Type
Overview
Sequence
Sequence
IndustryCode xs:string
DeviceDescription optional xs:string
CheckProcessor optional xs:string
CheckSEC 0..∞ xs:string
PDLNotification optional booleanType Simple Type

PDLNotification flag that has been persisted for this device.

Used By
ManageUsers Element
Source
<xs:complexType name="PosManageUsersRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Users" type="PosUserDetailRspType" maxOccurs="unbounded" />
    <xs:element name="Device" type="DeviceType" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema