Open the Portico Developer Guide site
PosGateway Schema
AdditionalDuplicateDataType Complex Type
PosGateway Schema : AdditionalDuplicateDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
OriginalCardNbrLast4 Element OriginalCardType Element OriginalAuthAmt Element OriginalRefNbr Element OriginalAuthCode Element Originalx_global_transaction_id Element OriginalUniqueDeviceId Element OriginalClientTxnId Element OriginalRspDT Element OriginalGatewayTxnId Element All AdditionalDuplicateDataType Complex Type
Overview
All
OriginalGatewayTxnId txnIdType Simple Type

Contains the original Gateway Transaction ID.

OriginalRspDT xs:dateTime

Contains the original transaction response date and time in the time zone stored for the associated site.

OriginalClientTxnId clientIdType Simple Type

Contains the original client transaction ID.

OriginalUniqueDeviceId uniqueDeviceIdType Simple Type

Contains the original unique device ID.

OriginalAuthCode xs:string

Contains the original authorization code.

OriginalRefNbr xs:string

Contains the original reference number.

OriginalAuthAmt xs:decimal

Contains the original authorized amount.

OriginalCardType xs:string

Contains the original card type.

OriginalCardNbrLast4 xs:string

Contains the original last four digits of the account number used on the original transaction.

Used By
AdditionalDuplicateData Element
Source
<xs:complexType name="AdditionalDuplicateDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="OriginalGatewayTxnId" type="txnIdType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains the original Gateway Transaction ID.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OriginalRspDT" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains the original transaction response date and time in the time zone stored for the associated site.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OriginalClientTxnId" type="clientIdType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains the original client transaction ID.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OriginalUniqueDeviceId" type="uniqueDeviceIdType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains the original unique device ID.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Originalx_global_transaction_id" type="x_global_transaction_idType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains the original Global transaction ID.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OriginalAuthCode" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains the original authorization code.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OriginalRefNbr" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains the original reference number.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OriginalAuthAmt" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains the original authorized amount.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OriginalCardType" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains the original card type.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OriginalCardNbrLast4" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains the original last four digits of the account number used on the original transaction.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema