Open the Portico Developer Guide site
PosGateway Schema
NTRSToken Element
PosGateway Schema > NTRSUpdateTokenStatusReqBlock1Type Complex Type : NTRSToken Element
Description

The network token generated by NTRS.

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

The network token generated by NTRS.

Source
<xs:element name="NTRSToken" minOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The network token generated by NTRS.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:long">
      <xs:pattern value="\d{1,16}" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NTRSUpdateTokenStatusReqBlock1Type Complex TypePosGateway Schema