Open the Portico Developer Guide site
PosGateway Schema
ProcessorRspInfoType Complex Type
PosGateway Schema : ProcessorRspInfoType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Type Element Message Element Code Element Sequence ProcessorRspInfoType Complex Type
Overview
Sequence
Code optional xs:string

Code from processor response

Message optional xs:string

Message from processor response

Type optional xs:string

Type of processor response

Used By
ProcessorRspInfo Element
Source
<xs:complexType name="ProcessorRspInfoType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Code" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Code from processor response</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Message" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Message from processor response</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Type" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Type of processor response</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema