Open the Portico Developer Guide site
PosGateway Schema
NTRSPanExpDate Element
PosGateway Schema > NTRSPanDataRspType Complex Type : NTRSPanExpDate Element
Description

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

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

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

Source
<xs:element name="NTRSPanExpDate" 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:pattern value="\d{4,4}" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NTRSPanDataRspType Complex TypePosGateway Schema