Open the Portico Developer Guide site
PosGateway Schema
DaysOnFile Element
PosGateway Schema > NTRSUserDataDataType Complex Type : DaysOnFile Element
Description

The time in days that the card has been on file.

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

The time in days that the card has been on file.

Source
<xs:element name="DaysOnFile" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The time in days that the card has been on file.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:long">
      <xs:pattern value="\d{1,11}" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NTRSUserDataDataType Complex TypePosGateway Schema