Open the Portico Developer Guide site
PosGateway Schema
WalletScore Element
PosGateway Schema > NTRSWalletDataType Complex Type : WalletScore Element
Description

The score of the wallet.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:long
Overview
WalletScore optional Restriction of xs:long

The score of the wallet.

Source
<xs:element name="WalletScore" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
NTRSWalletDataType Complex TypePosGateway Schema