Open the Portico Developer Guide site
PosGateway Schema
LineItemDetail Element
PosGateway Schema > MCType Complex Type > LineItems Element : LineItemDetail Element
Namespace http://Hps.Exchange.PosGateway
Type
MCLineItemsType Complex Type
Diagram
UnitOfMeasure Element ItemTotalAmt Element Quantity Element ProductCode Element ItemDescription Element Sequence LineItemDetail Element
Overview
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="LineItemDetail" type="MCLineItemsType" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
See Also
LineItems ElementMCType Complex TypePosGateway Schema