Open the Portico Developer Guide site
PosGateway Schema
DirectMktDataType Complex Type
PosGateway 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.

Used By
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.
            </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
PosGateway Schema