Open the Portico Developer Guide site
PosGateway Schema
TokenUpdaterHistoryResultType Complex Type
PosGateway Schema : TokenUpdaterHistoryResultType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
UpdateDate Element NewExpirationDate Element PreviousExpirationDate Element NewCardNumber Element PreviousCardNumber Element TokenValue Element UpdateAction Element All TokenUpdaterHistoryResultType Complex Type
Overview
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
TokenDetails Element
Source
<xs:complexType name="TokenUpdaterHistoryResultType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="UpdateAction" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Type of update that was performed</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TokenValue" type="xs:string">
      <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="PreviousCardNumber" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Displays the first 6 and last 4 digits of the PAN prior to the update performed</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NewCardNumber" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Displays the first 6 and last 4 digits of the PAN after the update was performed</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PreviousExpirationDate" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Displays the expiration date prior to the update performed</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NewExpirationDate" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Displays the expiration date after the update was performed</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UpdateDate" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Date the update was performed</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema