Open the Portico Developer Guide site
PosGateway Schema
AcctNbrLastFour Element
PosGateway Schema > SearchCriteriaType Complex Type : AcctNbrLastFour Element
Description

The check account number must end with this string

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
AcctNbrLastFour optional Restriction of xs:string

The check account number must end with this string

Source
<xs:element name="AcctNbrLastFour" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The check account number must end with this string</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="50" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
SearchCriteriaType Complex TypePosGateway Schema