Open the Portico Developer Guide site
PosGateway Schema
PosAltPaySessionInfoReqType Complex Type
PosGateway Schema : PosAltPaySessionInfoReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
SessionId Element TransactionType Element All PosAltPaySessionInfoReqType Complex Type
Overview
All
TransactionType AltPaymentTxnType Simple Type

Alternate Payment Transaction Type

SessionId xs:string

Unique Session Id

Used By
AltPaymentSessionInfo Element
Source
<xs:complexType name="PosAltPaySessionInfoReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="TransactionType" type="AltPaymentTxnType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Alternate Payment Transaction Type</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SessionId" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Unique Session Id</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema