Open the Portico Developer Guide site
PosGateway Schema
CredentialDataType Complex Type
PosGateway Schema : CredentialDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
ImpersonatedDisplayName Element DisplayName Element All CredentialDataType Complex Type
Overview
All
DisplayName optional descriptionType Simple Type

User display name

ImpersonatedDisplayName optional xs:string

Impersonated user display name

Used By
CredentialData Element
CredentialData Element
CredentialData Element
CredentialData Element
CredentialData Element
CredentialData Element
Source
<xs:complexType name="CredentialDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="DisplayName" type="descriptionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">User display name</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ImpersonatedDisplayName" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Impersonated user display name</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema