Open the Portico Developer Guide site
PosGateway Schema
LineItem Element
PosGateway Schema > PosAltPayAuthReqType Complex Type : LineItem Element
Description

Line Item purchase information for the authorization

Namespace http://Hps.Exchange.PosGateway
Diagram
Detail Element Sequence LineItem Element
Overview
LineItem optional

Line Item purchase information for the authorization

Sequence 1..100
Sequence 1..50
Source
<xs:element name="LineItem" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Line Item purchase information for the authorization</p>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="100">
      <xs:element name="Detail" type="NameValuePairCollectionType">
        <xs:annotation>
          <xs:documentation>Detail Information</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
PosAltPayAuthReqType Complex TypePosGateway Schema