Open the Portico Developer Guide site
PosGateway Schema
DisplayName Element
PosGateway Schema > SearchCriteriaType Complex Type : DisplayName Element
Description

A specific user display name

Note: This field is for future use and is ignored.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
DisplayName optional Restriction of xs:string

A specific user display name

Note: This field is for future use and is ignored.

Source
<xs:element name="DisplayName" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">A specific user display name</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> This field is for future use and is ignored.
            </p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
SearchCriteriaType Complex TypePosGateway Schema