Open the Portico Developer Guide site
PosGateway Schema
Destinations Element
PosGateway Schema > PosSendReceiptReqType Complex Type : Destinations Element
Description

A list of destinations to send the receipt to

Namespace http://Hps.Exchange.PosGateway
Diagram
Destination Element Sequence Destinations Element
Overview
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
Source
<xs:element name="Destinations" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
PosSendReceiptReqType Complex TypePosGateway Schema