Open the Portico Developer Guide site
PosGateway Schema
NTRSTokenExpirationDate Element
PosGateway Schema > NTRSGetTokenCryptogramRspStatusType Complex Type : NTRSTokenExpirationDate Element
Description

The expiration date of the token. Format YYMM.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:int
Overview
NTRSTokenExpirationDate Restriction of xs:int

The expiration date of the token. Format YYMM.

Source
<xs:element name="NTRSTokenExpirationDate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The expiration date of the token. Format YYMM.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int" />
  </xs:simpleType>
</xs:element>
See Also
NTRSGetTokenCryptogramRspStatusType Complex TypePosGateway Schema