Open the Portico Developer Guide site
PosGateway Schema
PosGiftCardAddValueRspType Complex Type
PosGateway Schema : PosGiftCardAddValueRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Notes Element Rewards Element PointsBalanceAmt Element BalanceAmt Element AuthCode Element RspText Element RspCode Element All PosGiftCardAddValueRspType Complex Type
Overview
All
RspCode xs:int

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

BalanceAmt optional xs:decimal

Balance on the account after the transaction

PointsBalanceAmt optional xs:decimal

Points balance on the account after the transaction

Rewards optional xs:string

Identifies rewards added to the account as a result of a transaction

Notes optional xs:string

Contains rewards messages to be displayed by the client to inform an account holder about special rewards or promotions available

Used By
GiftCardAddValue Element
Source
<xs:complexType name="PosGiftCardAddValueRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="RspCode" type="xs:int">
      <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="BalanceAmt" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Balance on the account after the transaction</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PointsBalanceAmt" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Points balance on the account after the transaction</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Rewards" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Identifies rewards added to the account as a result of a transaction</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Notes" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains rewards messages to be displayed by the client to inform an account holder about special rewards or promotions available</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema