Open the Portico Developer Guide site
PosGateway Schema
AltPayment Element
PosGateway Schema > PosGetTransactionStatusRspType Complex Type > TransactionStatus Element : AltPayment Element
Namespace http://Hps.Exchange.PosGateway
Diagram
StatusDT Element StatusMessage Element Status Element All AltPayment Element
Overview
AltPayment optional
All
Status optional xs:string
StatusMessage optional xs:string
StatusDT optional xs:dateTime
Date and time the status was recorded.
Source
<xs:element name="AltPayment" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:all>
      <xs:element name="Status" type="xs:string" minOccurs="0" />
      <xs:element name="StatusMessage" type="xs:string" minOccurs="0" />
      <xs:element name="StatusDT" type="xs:dateTime" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Date and time the status was recorded.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:all>
  </xs:complexType>
</xs:element>
See Also
TransactionStatus ElementPosGetTransactionStatusRspType Complex TypePosGateway Schema