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

The last four digits of the real PAN.

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

The last four digits of the real PAN.

Source
<xs:element name="CardSuffix" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The last four digits of the real PAN.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int" />
  </xs:simpleType>
</xs:element>
See Also
NTRSCardDataRspType Complex TypePosGateway Schema