Open the Portico Developer Guide site
PosGateway Schema
Results Element
PosGateway Schema > PosTokenUpdaterHistoryRspType Complex Type : Results Element
Description

Array of return records

Namespace http://Hps.Exchange.PosGateway
Diagram
TokenDetails Element Sequence Results Element
Overview
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

Source
<xs:element name="Results" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
PosTokenUpdaterHistoryRspType Complex TypePosGateway Schema