Open the Portico Developer Guide site
PosGateway Schema
NTRSCardDataDataType Complex Type
PosGateway Schema : NTRSCardDataDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
CardUsageLength Element CardScore Element All NTRSCardDataDataType Complex Type
Overview
All
CardScore optional Restriction of xs:long

The score of the card.

CardUsageLength optional Restriction of xs:long

The time in days that the card has been in use.

Used By
NTRSCardData Element
Source
<xs:complexType name="NTRSCardDataDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="CardScore" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The score of the card.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:long">
          <xs:pattern value="\d{1,11}" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardUsageLength" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The time in days that the card has been in use.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:long">
          <xs:pattern value="\d{1,11}" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema