Open the Portico Developer Guide site
PosGateway Schema
PosImpersonateRspType Complex Type
PosGateway Schema : PosImpersonateRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
User Element MIDS Element Sequence PosImpersonateRspType Complex Type
Overview
Sequence
Sequence
Sequence
Name Restriction of xs:string
Addr1 optional Restriction of xs:string
Addr2 optional Restriction of xs:string
Addr3 optional Restriction of xs:string
City optional Restriction of xs:string
State optional Restriction of xs:string
Zip optional Restriction of xs:string
CustomerSvcPhoneNbr optional Restriction of xs:string
Used By
Impersonate Element
Source
<xs:complexType name="PosImpersonateRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="MIDS" type="MidRspType" maxOccurs="unbounded" />
    <xs:element name="User">
      <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>
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema