Open the Portico Developer Guide site
PosGateway Schema
NTRSUserData Element
PosGateway Schema > NTRSRiskDataType Complex Type : NTRSUserData Element
Description

Risk data of the user.

Namespace http://Hps.Exchange.PosGateway
Type
NTRSUserDataDataType Complex Type
Diagram
DaysOnFile Element NewlyAdded Element UserCountry Element UserWallets Element UserTokens Element UserAccountUsageLength Element UserAccountScore Element All NTRSUserData Element
Overview
NTRSUserData optional NTRSUserDataDataType Complex Type

Risk data of the user.

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.

Source
<xs:element name="NTRSUserData" type="NTRSUserDataDataType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Risk data of the user.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
NTRSRiskDataType Complex TypePosGateway Schema