Open the Portico Developer Guide site
PosGateway Schema
GetAttachments Element
PosGateway Schema > PosResponse Element > Ver1.0 Element > Transaction Element : GetAttachments Element
Namespace http://Hps.Exchange.PosGateway
Type
PosGetAttachmentsRspType Complex Type
Diagram
Details Element Sequence GetAttachments Element
Overview
Sequence
Details 0..∞ AttachmentRspDataType Complex Type

The attachments found based on the data in the request

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="GetAttachments" type="PosGetAttachmentsRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
See Also
Transaction ElementVer1.0 ElementPosResponse ElementPosGateway Schema