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

Risk data of the wallet.

Namespace http://Hps.Exchange.PosGateway
Type
NTRSWalletDataType Complex Type
Diagram
WalletNameMatchesCardholderName Element WalletTransactions Element WalletAccountLength Element WalletScore Element All NTRSWalletData Element
Overview
NTRSWalletData optional NTRSWalletDataType Complex Type

Risk data of the wallet.

All
WalletScore optional Restriction of xs:long

The score of the wallet.

WalletAccountLength optional Restriction of xs:long

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

WalletTransactions optional Restriction of xs:long

The number of transactions performed with the wallet in the last 12 months.

WalletNameMatchesCardholderName optional Restriction of xs:boolean

It indicates if the name of the wallet account holder and the name of the cardholder match or not..

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