Open the Portico Developer Guide site
PosGateway Schema
PosTokenUpdaterHistoryRspType Complex Type
PosGateway Schema : PosTokenUpdaterHistoryRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Results Element CountContactCardholder Element CountAccountsClosed Element CountUpdateExpirationDate Element CountUpdateCardNumber Element TotalMatchingRecords Element Limit Element Offset Element ReportEndDate Element ReportStartDate Element All PosTokenUpdaterHistoryRspType Complex Type
Overview
All
ReportStartDate xs:dateTime

Start of the reporting date

ReportEndDate xs:string

End of the reporting date

Offset optional xs:int

Records to be returned limit

Limit optional xs:int

Records to be returned limit

TotalMatchingRecords xs:int

Total number of records returned

CountUpdateCardNumber optional xs:int

Count of card numbers updated

CountUpdateExpirationDate optional xs:int

Count of expiration dates updated

CountAccountsClosed optional xs:int

Count of accounts closed

CountContactCardholder optional xs:int

Count of contact cardholder

Results

Array of return records

Sequence
TokenDetails 0..∞ TokenUpdaterHistoryResultType Complex Type

Contains detailed information about an update that was performed

All
UpdateAction xs:string

Type of update that was performed

TokenValue xs:string

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

PreviousCardNumber xs:string

Displays the first 6 and last 4 digits of the PAN prior to the update performed

NewCardNumber xs:string

Displays the first 6 and last 4 digits of the PAN after the update was performed

PreviousExpirationDate xs:string

Displays the expiration date prior to the update performed

NewExpirationDate xs:string

Displays the expiration date after the update was performed

UpdateDate xs:string

Date the update was performed

Used By
TokenUpdaterHistory Element
Source
<xs:complexType name="PosTokenUpdaterHistoryRspType" 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:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">End of the reporting date</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Offset" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Records to be returned limit</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Limit" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Records to be returned limit</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TotalMatchingRecords" type="xs:int">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Total number of records returned</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CountUpdateCardNumber" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Count of card numbers updated</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CountUpdateExpirationDate" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Count of expiration dates updated</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CountAccountsClosed" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Count of accounts closed</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CountContactCardholder" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Count of contact cardholder</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Results">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Array of return records</p>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="TokenDetails" type="TokenUpdaterHistoryResultType" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>
                <p xmlns="http://Hps.Exchange.PosGateway">Contains detailed information about an update that was performed</p>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema