Open the Portico Developer Guide site
PosGateway Schema
Alias Element
PosGateway Schema > GiftCardDataType Complex Type : Alias Element
Description

An alternate identifier previously assigned to the stored value account.

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

An alternate identifier previously assigned to the stored value account.

Source
<xs:element name="Alias" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">An alternate identifier previously assigned to the stored value account.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
GiftCardDataType Complex TypePosGateway Schema