Open the Portico Developer Guide site
PosGateway Schema
PanExpDate Element
PosGateway Schema > NTRSCardDataRspType Complex Type : PanExpDate Element
Description

The expiry date of the real PAN. The format is 'YYMM'.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:int
Overview
PanExpDate Restriction of xs:int

The expiry date of the real PAN. The format is 'YYMM'.

Source
<xs:element name="PanExpDate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The expiry date of the real PAN. The format is 'YYMM'.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int" />
  </xs:simpleType>
</xs:element>
See Also
NTRSCardDataRspType Complex TypePosGateway Schema