Open the Portico Developer Guide site
PosGateway Schema
PosRewardCashQueryRspType Complex Type
PosGateway Schema : PosRewardCashQueryRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
FileReferenceNbr Element AvailableRewardCashBalance Element AuthCode Element RspText Element RspCode Element All PosRewardCashQueryRspType Complex Type
Overview
All
RspCode xs:string

Response (result) code returned by the issuer

RspText optional xs:string

Response (result) text returned by the issuer

AuthCode optional xs:string

If authorized, authorization code returned by the issuer

AvailableRewardCashBalance xs:decimal

Available Points balance on the cardholder account

FileReferenceNbr optional xs:string

Reference number returned by the processor or issuer

Used By
RewardCashQuery Element
Source
<xs:complexType name="PosRewardCashQueryRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="RspCode" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Response (result) code returned by the issuer</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RspText" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Response (result) text returned by the issuer</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AuthCode" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">If authorized, authorization code returned by the issuer</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AvailableRewardCashBalance" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Available Points balance on the cardholder account</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FileReferenceNbr" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Reference number returned by the processor or issuer</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema