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

Item Quantity

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

Item Quantity

Source
<xs:element name="Quantity" minOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Item Quantity</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1" />
      <xs:maxInclusive value="9999" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
BNPLOrderItemDetailType Complex TypePosGateway Schema