Open the Portico Developer Guide site
Portico Schema
DirectMktDataType Complex Type
Portico Schema : DirectMktDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
DirectMktShipDay Element DirectMktShipMonth Element DirectMktInvoiceNbr Element All DirectMktDataType Complex Type
Overview
All
DirectMktInvoiceNbr directMktInvoiceNbrType Simple Type

Invoice number

Note: The elements in the direct marketing data group are passed on through the settlement process. The invoice field in the AdditionalTxnFields group is not passed on.

Used By
DirectMktData Element
DirectMktData Element
DirectMktData Element
DirectMktData Element
DirectMktData Element
DirectMktData Element
DirectMktData Element
DirectMktData Element
DirectMktData Element
Source
<xs:complexType name="DirectMktDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="DirectMktInvoiceNbr" type="directMktInvoiceNbrType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Invoice number</p>
          <p xmlns="http://Hps.Exchange.PosGateway" />
          <p xmlns="http://Hps.Exchange.PosGateway">
            <strong>Note:</strong> The elements in the direct marketing data group are passed on through the settlement process. The invoice field in the AdditionalTxnFields group is not passed on.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DirectMktShipMonth" type="monthType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Ship month</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DirectMktShipDay" type="dayType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Ship day</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
Portico Schema