Open the Portico Developer Guide site
PosGateway Schema
Details Element
PosGateway Schema > PosGetAttachmentsRspType Complex Type : Details Element
Description

The attachments found based on the data in the request

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 Details Element
Overview
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="Details" type="AttachmentRspDataType" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The attachments found based on the data in the request</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
PosGetAttachmentsRspType Complex TypePosGateway Schema