Open the Portico Developer Guide site
PosGateway Schema
RewardCashDataType Complex Type
PosGateway Schema : RewardCashDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
FileReferenceNbr Element RewardCashRedeemed Element CashDiscountUsed Element Quantity3 Element GiftCode3 Element Quantity2 Element GiftCode2 Element Quantity1 Element GiftCode1 Element All RewardCashDataType Complex Type
Overview
All
Quantity1 optional xs:int
Quantity2 optional xs:int
Quantity3 optional xs:int
RewardCashRedeemed xs:decimal

Points redeemed

FileReferenceNbr xs:string

Reference number returned by the processor or issuer

Used By
RewardCashData Element
Source
<xs:complexType name="RewardCashDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="GiftCode1" type="RCGiftCodeType" minOccurs="0" />
    <xs:element name="Quantity1" type="xs:int" minOccurs="0" />
    <xs:element name="GiftCode2" type="RCGiftCodeType" minOccurs="0" />
    <xs:element name="Quantity2" type="xs:int" minOccurs="0" />
    <xs:element name="GiftCode3" type="RCGiftCodeType" minOccurs="0" />
    <xs:element name="Quantity3" type="xs:int" minOccurs="0" />
    <xs:element name="CashDiscountUsed" type="CashDiscountType" />
    <xs:element name="RewardCashRedeemed" 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="FileReferenceNbr" type="xs:string">
      <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