Open the Portico Developer Guide site
PosGateway Schema
attachmentTypeType Simple Type
PosGateway Schema : attachmentTypeType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
attachmentTypeType Restriction of xs:string
Facets
EnumerationSIGNATURE_IMAGE
EnumerationRECEIPT_IMAGE
EnumerationCUSTOMER_IMAGE
EnumerationPRODUCT_IMAGE
EnumerationDOCUMENT
Source
<xs:simpleType name="attachmentTypeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="SIGNATURE_IMAGE" />
    <xs:enumeration value="RECEIPT_IMAGE" />
    <xs:enumeration value="CUSTOMER_IMAGE" />
    <xs:enumeration value="PRODUCT_IMAGE" />
    <xs:enumeration value="DOCUMENT" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema