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

A specific invoice number; originally supplied in AdditionalTxnFields or DirectMktInvoiceNbr in DirectMktData

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

A specific invoice number; originally supplied in AdditionalTxnFields or DirectMktInvoiceNbr in DirectMktData

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">A specific invoice number; originally supplied in AdditionalTxnFields or DirectMktInvoiceNbr in DirectMktData</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="60" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
SearchCriteriaType Complex TypePosGateway Schema