Open the Portico Developer Guide site
PosGateway Schema
CardNbrLastFour Element
PosGateway Schema > origTxnRefDataType Complex Type : CardNbrLastFour Element
Description

Last four digits of the account number used on the original transaction

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
CardNbrLastFour optional Restriction of xs:string

Last four digits of the account number used on the original transaction

Source
<xs:element name="CardNbrLastFour" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Last four digits of the account number used on the original transaction</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="4" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
origTxnRefDataType Complex TypePosGateway Schema