Open the Portico Developer Guide site
PosGateway Schema
RewardCashGiftDetailsType Complex Type
PosGateway Schema : RewardCashGiftDetailsType Complex Type
Description

Used to send up to three Gift Code / Quantity pairs representing product(s) redeemed.

Namespace http://Hps.Exchange.PosGateway
Diagram
Quantity Element GiftCode Element Sequence RewardCashGiftDetailsType Complex Type
Overview
RewardCashGiftDetailsType

Used to send up to three Gift Code / Quantity pairs representing product(s) redeemed.

Sequence
GiftCode optional Restriction of xs:string
Quantity optional xs:int
Used By
GiftCodeQuantityPair Element
Source
<xs:complexType name="RewardCashGiftDetailsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Used to send up to three Gift Code / Quantity pairs representing product(s) redeemed.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="GiftCode" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="4" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Quantity" type="xs:int" minOccurs="0" />
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema