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

Records to be returned limit. Default is no limit.

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

Records to be returned limit. Default is no limit.

Source
<xs:element name="Offset" 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="0" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
PosTokenUpdaterHistoryReqType Complex TypePosGateway Schema