Open the Portico Developer Guide site
PosGateway Schema
GiftDataType Complex Type
PosGateway Schema : GiftDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
TaxAmtInfo Element GiftMaskedAlias Element GiftCurrency Element All GiftDataType Complex Type
Overview
All
GiftMaskedAlias optional Restriction of xs:string

The alias used masked with '*' to only show part of the value

Used By
GiftData Element
GiftData Element
Source
<xs:complexType name="GiftDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="GiftCurrency" type="currencyType" minOccurs="0" />
    <xs:element name="GiftMaskedAlias" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The alias used masked with '*' to only show part of the value</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="100" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="TaxAmtInfo" type="amtTypeGlobal" minOccurs="0" />
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema