Open the Portico Developer Guide site
PosGateway Schema
User Element
PosGateway Schema > PosImpersonateRspType Complex Type : User Element
Namespace http://Hps.Exchange.PosGateway
Diagram
DefaultPermissions Element DefaultDeviceId Element DefaultMerchNbr Element UserInfo Element Sequence User Element
Overview
Source
<xs:element name="User" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="UserInfo" type="UserInfoRspType" />
      <xs:element name="DefaultMerchNbr" type="merchNbrType" />
      <xs:element name="DefaultDeviceId" type="deviceIdType" />
      <xs:element name="DefaultPermissions" type="PermissionType" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
PosImpersonateRspType Complex TypePosGateway Schema