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

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

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:boolean
Overview
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="WalletNameMatchesCardholderName" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
NTRSWalletDataType Complex TypePosGateway Schema