Open the Portico Developer Guide site
PosGateway Schema
GiftCardTotalsType Complex Type
PosGateway Schema : GiftCardTotalsType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
DeactivateAmt Element DeactivateCnt Element VoidAmt Element VoidCnt Element AddValueAmt Element AddValueCnt Element ActivateAmt Element ActivateCnt Element SaleAmt Element SaleCnt Element RspText Element RspCode Element All GiftCardTotalsType 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

SaleCnt optional xs:int

Number of sale transactions in the reporting period

SaleAmt optional xs:decimal

Sum of sale transaction amounts in the reporting period

ActivateCnt optional xs:int

Number of activate transactions in the reporting period

ActivateAmt optional xs:decimal

Sum of activate transaction amounts in the reporting period

AddValueCnt optional xs:int

Number of add value transactions in the reporting period

AddValueAmt optional xs:decimal

Sum of add value transaction amounts in the reporting period

VoidCnt optional xs:int

Number of void transactions in the reporting period

VoidAmt optional xs:decimal

Sum of void transaction amounts in the reporting period

DeactivateCnt optional xs:int

Number of deactivate transactions in the reporting period

DeactivateAmt optional xs:decimal

Sum of deactivate transaction amounts in the reporting period

Used By
GiftCardCurrentDayTotals Element
GiftCardPreviousDayTotals Element
Source
<xs:complexType name="GiftCardTotalsType" 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="SaleCnt" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Number of sale transactions in the reporting period</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SaleAmt" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Sum of sale transaction amounts in the reporting period</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ActivateCnt" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Number of activate transactions in the reporting period</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ActivateAmt" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Sum of activate transaction amounts in the reporting period</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AddValueCnt" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Number of add value transactions in the reporting period</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AddValueAmt" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Sum of add value transaction amounts in the reporting period</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VoidCnt" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Number of void transactions in the reporting period</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VoidAmt" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Sum of void transaction amounts in the reporting period</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DeactivateCnt" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Number of deactivate transactions in the reporting period</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DeactivateAmt" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Sum of deactivate transaction amounts in the reporting period</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema