Open the Portico Developer Guide site
PosGateway Schema
GiftCardDataRspType Complex Type
PosGateway Schema : GiftCardDataRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
PIN Element Alias Element CardNbr Element All GiftCardDataRspType Complex Type
Overview
All
CardNbr cardNbrType Simple Type

Stored value account number

Alias Restriction of xs:string

Echoed from the request

PIN optional Restriction of pinType Simple Type

A numeric PIN associated with the stored value account.

Note: This is not a PIN block as defined in debit transactions.

Used By
CardData Element
Source
<xs:complexType name="GiftCardDataRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="CardNbr" type="cardNbrType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Stored value account number</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Alias">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Echoed from the request</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="PIN" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">A numeric PIN associated with the stored value account.</p>
          <p xmlns="http://Hps.Exchange.PosGateway" />
          <p xmlns="http://Hps.Exchange.PosGateway">
            <strong>Note:</strong> This is not a PIN block as defined in debit transactions.
            </p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="pinType">
          <xs:maxLength value="10" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema