Open the Portico Developer Guide site
PosGateway Schema
AccountNumber Element
PosGateway Schema > AccountInfoType Complex Type : AccountNumber Element
Description

Check account number; manually entered or parsed from MICR data.

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

Check account number; manually entered or parsed from MICR data.

Source
<xs:element name="AccountNumber" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Check account number; manually entered or parsed from MICR data.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="20" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
AccountInfoType Complex TypePosGateway Schema