Open the Portico Developer Guide site
PosGateway Schema
ItemCommodityCode Element
PosGateway Schema > VisaLineItemsType Complex Type : ItemCommodityCode Element
Description

The national standard description code of the good or service being supplied.

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

The national standard description code of the good or service being supplied.

Source
<xs:element name="ItemCommodityCode" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The national standard description code of the good or service being supplied.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="^[a-zA-Z0-9]*$" />
      <xs:maxLength value="12" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
VisaLineItemsType Complex TypePosGateway Schema