Open the Portico Developer Guide site
PosGateway Schema
LineItems Element
PosGateway Schema > MCType Complex Type : LineItems Element
Namespace http://Hps.Exchange.PosGateway
Diagram
LineItemDetail Element Sequence LineItems Element
Overview
Sequence 0..∞
Sequence
ItemDescription optional Restriction of xs:string

Description of the good or service being supplied.

ProductCode optional Restriction of xs:string

Identifies the product being purchased, for example, an inventory number or UPC code. A value other than spaces or zeros should be provided.

Quantity Restriction of xs:decimal

The number of units of the product being purchased. Must be numeric and greater than zero.

ItemTotalAmt Restriction of xs:decimal

Contains the total amount of the line item; calculated as unit cost multiplied by quantity, less discount. The total amount must be greater than zero.

UnitOfMeasure optional Restriction of xs:string

Contains the code indicating the unit of measure (gallons, etc.).

Source
<xs:element name="LineItems" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:element name="LineItemDetail" type="MCLineItemsType" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
MCType Complex TypePosGateway Schema