Open the Portico Developer Guide site
PosGateway Schema
NTRSTokenSuffix Element
PosGateway Schema > NTRSTokenMetadataRspType Complex Type : NTRSTokenSuffix Element
Description

The last four digits of the network token.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:long
Overview
NTRSTokenSuffix Restriction of xs:long

The last four digits of the network token.

Source
<xs:element name="NTRSTokenSuffix" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The last four digits of the network token.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:long">
      <xs:pattern value="\d{4,4}" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NTRSTokenMetadataRspType Complex TypePosGateway Schema