Open the Portico Developer Guide site
PosGateway Schema
PosRewardCashRedeemRspType Complex Type
PosGateway Schema : PosRewardCashRedeemRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
FileReferenceNbr Element MaximumCashDiscount Element TotalRewardCashRedeemed Element PromotionDiscountPercentage Element PromotionMessageCode Element PromotionCode Element AuthCode Element RspText Element RspCode Element All PosRewardCashRedeemRspType 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

PromotionCode xs:string

Response (result) code returned by the issuer

PromotionMessageCode optional xs:string

Response (result) text returned by the issuer

PromotionDiscountPercentage optional xs:string

Response (result) text returned by the issuer

TotalRewardCashRedeemed xs:decimal

Points redeemed

MaximumCashDiscount optional xs:decimal

Response (result) returned by the issuer

FileReferenceNbr optional xs:string

Reference number returned by the processor or issuer

Used By
RewardCashRedeem Element
Source
<xs:complexType name="PosRewardCashRedeemRspType" 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="PromotionCode" 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="PromotionMessageCode" 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="PromotionDiscountPercentage" 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="TotalRewardCashRedeemed" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Points redeemed</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MaximumCashDiscount" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Response (result) returned by the issuer</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