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

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

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:decimal
Overview
Quantity optional Restriction of xs:decimal

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

Source
<xs:element name="Quantity" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The number of units of the product being purchased. Must be numeric and greater than zero.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:totalDigits value="12" />
      <xs:fractionDigits value="4" />
      <xs:minExclusive value="0" />
      <xs:maxExclusive value="100000000" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
VisaLineItemsType Complex TypePosGateway Schema