Open the Portico Developer Guide site
PosGateway Schema
AttachmentName Element
PosGateway Schema > AttachmentDataType Complex Type : AttachmentName Element
Description

A merchant assigned name for the associated attachment.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
AttachmentName optional Restriction of xs:string

A merchant assigned name for the associated attachment.

Source
<xs:element name="AttachmentName" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">A merchant assigned name for the associated attachment.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="150" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
AttachmentDataType Complex TypePosGateway Schema