Open the Portico Developer Guide site
PosGateway Schema
AttachmentInfo Element
PosGateway Schema > TransactionDataType Complex Type : AttachmentInfo Element
Description

Information regarding attachments associated with this transaction

Namespace http://Hps.Exchange.PosGateway
Type
AttachmentInfoType Complex Type
Diagram
AIFormat Element AIType Element All AttachmentInfo Element
Overview
AttachmentInfo 0..4 AttachmentInfoType Complex Type

Information regarding attachments associated with this transaction

All
AIType xs:string

Identifies the attachment type; see Simple Types, attachmentTypeType enumerations for specific values supported.

AIFormat optional xs:string

Identifies the format of the attachment data; see Simple Types, attachmentFormatType enumerations for specific values supported

Source
<xs:element name="AttachmentInfo" type="AttachmentInfoType" minOccurs="0" maxOccurs="4" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Information regarding attachments associated with this transaction</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
TransactionDataType Complex TypePosGateway Schema