Open the Portico Developer Guide site
PosGateway Schema
NTRSTokenMetadataRspType Complex Type
PosGateway Schema : NTRSTokenMetadataRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
NTRSTokenExpDate Element NTRSTokenSuffix Element All NTRSTokenMetadataRspType Complex Type
Overview
All
NTRSTokenSuffix Restriction of xs:long

The last four digits of the network token.

NTRSTokenExpDate Restriction of xs:long

The expiration date of the network token.

Used By
NTRSTokenMetadata Element
Source
<xs:complexType name="NTRSTokenMetadataRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="NTRSTokenSuffix">
      <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>
    <xs:element name="NTRSTokenExpDate">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The expiration date 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>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema