Open the Portico Developer Guide site
PosGateway Schema
Limit Element
PosGateway Schema > PosTokenUpdaterHistoryReqType Complex Type : Limit Element
Description

Records to be returned limit. Default is no limit.

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

Records to be returned limit. Default is no limit.

Source
<xs:element name="Limit" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Records to be returned limit. Default is no limit.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
PosTokenUpdaterHistoryReqType Complex TypePosGateway Schema