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

The alias to manage

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

The alias to manage

Source
<xs:element name="Alias" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The alias to manage</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
GiftCardAliasReqBlock1Type Complex TypePosGateway Schema