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