Open the Portico Developer Guide site
PosGateway Schema
PosSendReceiptReqType Complex Type
PosGateway Schema : PosSendReceiptReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
GatewayTxnId Element Destinations Element All PosSendReceiptReqType Complex Type
Overview
All
Destinations

A list of destinations to send the receipt to

Sequence 1..100
Destination DestinationType Complex Type

A specific destination type and data (email addresses separated by a semicolon)

Sequence
DataType Restriction of xs:string

The type of data being provided; see the associated Type enumerations for specific values supported.

Data Restriction of xs:string
GatewayTxnId txnIdType Simple Type

Gateway-generated transaction identifier returned in the response of the original transaction.

Used By
SendReceipt Element
Source
<xs:complexType name="PosSendReceiptReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="Destinations">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">A list of destinations to send the receipt to</p>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence maxOccurs="100">
          <xs:element name="Destination" type="DestinationType">
            <xs:annotation>
              <xs:documentation>
                <p xmlns="http://Hps.Exchange.PosGateway">A specific destination type and data (email addresses separated by a semicolon)</p>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="GatewayTxnId" type="txnIdType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Gateway-generated transaction identifier returned in the response of the original transaction.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema