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

Contains detailed information about an update that was performed

Namespace http://Hps.Exchange.PosGateway
Type
TokenUpdaterHistoryResultType Complex Type
Diagram
UpdateDate Element NewExpirationDate Element PreviousExpirationDate Element NewCardNumber Element PreviousCardNumber Element TokenValue Element UpdateAction Element All TokenDetails Element
Overview
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="TokenDetails" type="TokenUpdaterHistoryResultType" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
Results ElementPosTokenUpdaterHistoryRspType Complex TypePosGateway Schema