Open the Portico Developer Guide site
Portico Schema
InvoiceNbr Element
Portico Schema > AdditionalTxnFieldsType Complex Type : InvoiceNbr Element
Description

Used to log the invoice number on transactions that are not eCommerce.

Note: This is not passed in the settlement process.

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

Used to log the invoice number on transactions that are not eCommerce.

Note: This is not passed in the settlement process.

Source
<xs:element name="InvoiceNbr" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Used to log the invoice number on transactions that are not eCommerce.</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> This is not passed in the settlement process.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="60" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
AdditionalTxnFieldsType Complex TypePortico Schema