Open the Portico Developer Guide site
PosGateway Schema
SummaryCommodityCode Element
PosGateway Schema > VisaType Complex Type : SummaryCommodityCode Element
Description

Contains the 4-character national standard coding structure for the description of goods.May contain be null or all spaces.

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

Contains the 4-character national standard coding structure for the description of goods.May contain be null or all spaces.

Source
<xs:element name="SummaryCommodityCode" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Contains the 4-character national standard coding structure for the description of goods.May contain be null or all spaces.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="^[a-zA-Z0-9 ]*$" />
      <xs:maxLength value="4" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
VisaType Complex TypePosGateway Schema