Open the Portico Developer Guide site
PosGateway Schema
RedemptionDataType Complex Type
PosGateway Schema : RedemptionDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
CashDiscountUsed Element RedeemItemDetails Element All RedemptionDataType Complex Type
Overview
All
Sequence 0..3
Sequence
GiftCode optional Restriction of xs:string
Quantity optional xs:int
Used By
RedemptionData Element
Source
<xs:complexType name="RedemptionDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="RedeemItemDetails" minOccurs="0">
      <xs:complexType>
        <xs:sequence minOccurs="0" maxOccurs="3">
          <xs:element name="GiftCodeQuantityPair" type="RewardCashGiftDetailsType" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="CashDiscountUsed" type="CashDiscountType" minOccurs="0" />
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema