Open the Portico Developer Guide site
PosGateway Schema
DataType Element
PosGateway Schema > DestinationType Complex Type : DataType Element
Description

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

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
DataType Restriction of xs:string

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

Source
<xs:element name="DataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The type of data being provided; see the associated Type enumerations for specific values supported.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="EMAIL_TO" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
DestinationType Complex TypePosGateway Schema