Open the Portico Developer Guide site
PosGateway Schema
Attachment Element
PosGateway Schema > PosReportTxnDetailRspType Complex Type > Data Element : Attachment Element
Description

Attachment data

Namespace http://Hps.Exchange.PosGateway
Type
AttachmentRspDataType Complex Type
Diagram
AttachmentDataId Element AttachmentName Element Width Element Height Element AttachmentFormat Element AttachmentData Element AttachmentType Element GatewayTxnId Element All Attachment Element
Overview
All
GatewayTxnId optional txnIdType Simple Type

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

AttachmentType xs:string

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

AttachmentData xs:string

Base64 encoded attachment data

AttachmentFormat xs:string

Identifies the format of the attachment data; see the attachmentFormatType enumerations for specific values supported.

Height optional xs:int

For image formats, this is the height calculated internally based on the provided data.

Width optional xs:int

For image formats, this is the width calculated internally based on the provided data.

AttachmentName optional Restriction of xs:string

A merchant-assigned name for the associated attachment

AttachmentDataId xs:int

Gateway-generated attachment identifier

Source
<xs:element name="Attachment" type="AttachmentRspDataType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Attachment data</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Data ElementPosReportTxnDetailRspType Complex TypePosGateway Schema