Open the Portico Developer Guide site
PosGateway Schema
PosGetAttachmentReqType Complex Type
PosGateway Schema : PosGetAttachmentReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
AttachmentDataId Element ReturnAttachmentTypesOnly Element AttachmentType Element GatewayTxnId Element Sequence PosGetAttachmentReqType Complex Type
Overview
Sequence
GatewayTxnId txnIdType Simple Type

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

AttachmentType 0..4 attachmentTypeType Simple Type

Identifies the attachment types to be returned; see the associated Type enumerations for specific values supported.

Note: If this is not provided, 'all' is assumed.

ReturnAttachmentTypesOnly optional xs:boolean

Indicates that only the attachment types (no data) should be returned in the response; default is 'false'

AttachmentDataId optional xs:int

When specified, only the requested attachment will be returned

Used By
GetAttachments Element
Source
<xs:complexType name="PosGetAttachmentReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <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:element name="AttachmentType" type="attachmentTypeType" minOccurs="0" maxOccurs="4">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Identifies the attachment types to be returned; see the associated Type enumerations for specific values supported.</p>
          <p xmlns="http://Hps.Exchange.PosGateway" />
          <p xmlns="http://Hps.Exchange.PosGateway">
            <strong>Note:</strong> If this is not provided, 'all' is assumed.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReturnAttachmentTypesOnly" type="xs:boolean" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates that only the attachment types (no data) should be returned in the response; default is 'false'</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AttachmentDataId" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">When specified, only the requested attachment will be returned</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema