Open the Portico Developer Guide site
PosGateway Schema
NTRSUserDataDataType Complex Type
PosGateway Schema : NTRSUserDataDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
DaysOnFile Element NewlyAdded Element UserCountry Element UserWallets Element UserTokens Element UserAccountUsageLength Element UserAccountScore Element All NTRSUserDataDataType Complex Type
Overview
All
UserAccountScore optional Restriction of xs:long

The score of the trustworthiness of the device user’s account.

UserAccountUsageLength optional Restriction of xs:long

The time in days that the user account has been in use.

UserTokens optional Restriction of xs:long

The number of the tokens owned by the user.

UserWallets optional Restriction of xs:long

The number of the wallets owned by the user.

UserCountry optional Restriction of xs:string

It indicates the country of the user account.

NewlyAdded optional Restriction of xs:boolean

True means that the user added the card on file during the current provisioning attempt.

DaysOnFile optional Restriction of xs:long

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

Used By
NTRSUserData Element
Source
<xs:complexType name="NTRSUserDataDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="UserAccountScore" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The score of the trustworthiness of the device user’s account.</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="UserAccountUsageLength" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The time in days that the user account 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:element name="UserTokens" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The number of the tokens owned by the user.</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="UserWallets" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The number of the wallets owned by the user.</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="UserCountry" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">It indicates the country of the user account.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:minLength value="2" />
          <xs:maxLength value="2" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="NewlyAdded" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">True means that the user added the card on file during the current provisioning attempt.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:boolean" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="DaysOnFile" minOccurs="0">
      <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>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema