Open the Portico Developer Guide site
PosGateway Schema
NTRSWalletDataType Complex Type
PosGateway Schema : NTRSWalletDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
WalletNameMatchesCardholderName Element WalletTransactions Element WalletAccountLength Element WalletScore Element All NTRSWalletDataType Complex Type
Overview
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..

Used By
NTRSWalletData Element
Source
<xs:complexType name="NTRSWalletDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="WalletScore" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The score of the wallet.</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="WalletAccountLength" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The time in days that the wallet 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="WalletTransactions" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The number of transactions performed with the wallet in the last 12 months.</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="WalletNameMatchesCardholderName" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">It indicates if the name of the wallet account holder and the name of the cardholder match or not..</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:boolean" />
      </xs:simpleType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema