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

The expiration date of the network token.

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

The expiration date of the network token.

Source
<xs:element name="NTRSTokenExpDate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
NTRSTokenMetadataRspType Complex TypePosGateway Schema