Open the Portico Developer Guide site
PosGateway Schema
SendReceipt Element
PosGateway Schema > PosRequest Element > Ver1.0 Element > Transaction Element : SendReceipt Element
Description

SendReceipt allows a client to send a receipt from a prior transaction out to specific destinations. The prior transaction must belong to the site and device referenced in the header.

Note: This is for internal use only.

Namespace http://Hps.Exchange.PosGateway
Type
PosSendReceiptReqType Complex Type
Diagram
GatewayTxnId Element Destinations Element All SendReceipt Element
Overview
SendReceipt PosSendReceiptReqType Complex Type

SendReceipt allows a client to send a receipt from a prior transaction out to specific destinations. The prior transaction must belong to the site and device referenced in the header.

Note: This is for internal use only.

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.

Source
<xs:element name="SendReceipt" type="PosSendReceiptReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">SendReceipt allows a client to send a receipt from a prior transaction out to specific destinations. The prior transaction must belong to the site and device referenced in the header.</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> This is for internal use only.
                          </p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Transaction ElementVer1.0 ElementPosRequest ElementPosGateway Schema