Open the Portico Developer Guide site
PosGateway Schema
DLNumber Element
PosGateway Schema > ConsumerInfoType Complex Type : DLNumber Element
Description

Consumer driver's license number

Note: This field may be required by GETI based on the terminal configuration.

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

Consumer driver's license number

Note: This field may be required by GETI based on the terminal configuration.

Source
<xs:element name="DLNumber" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Consumer driver's license number</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> This field may be required by GETI based on the terminal configuration.
            </p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="60" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
ConsumerInfoType Complex TypePosGateway Schema