Open the Portico Developer Guide site
PosGateway Schema
PosTokenUpdaterHistoryReqType Complex Type
PosGateway Schema : PosTokenUpdaterHistoryReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Action Element TokenValue Element Offset Element Limit Element ReportEndDate Element ReportStartDate Element All PosTokenUpdaterHistoryReqType Complex Type
Overview
All
ReportStartDate xs:dateTime

Start of the reporting date.

ReportEndDate optional xs:dateTime

End of the reporting date. If null, current date is used.

Limit optional Restriction of xs:int

Records to be returned limit. Default is no limit.

Offset optional Restriction of xs:int

Records to be returned limit. Default is no limit.

TokenValue optional xs:string

Multi-use or single-use token; used as a reference to a payment method for this transaction.

Action TokenUpdaterHistoryActionResultType Simple Type

Type of report to retrieve from ETS.

Used By
TokenUpdaterHistory Element
Source
<xs:complexType name="PosTokenUpdaterHistoryReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="ReportStartDate" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Start of the reporting date.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReportEndDate" type="xs:dateTime" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">End of the reporting date. If null, current date is used.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Limit" minOccurs="0">
      <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>
    <xs:element name="Offset" minOccurs="0">
      <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>
    <xs:element name="TokenValue" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Multi-use or single-use token; used as a reference to a payment method for this transaction.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Action" type="TokenUpdaterHistoryActionResultType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Type of report to retrieve from ETS.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema