Open the Portico Developer Guide site
PosGateway Schema
Details Element
PosGateway Schema > PosReportBatchSummaryRspType Complex Type : Details Element
Description

Report details, sorted by CardType

Note: If the data was defined in the request or response, a description has not been added here; only fields that are being introduced in this response have additional detail added. Typically, these will be fields that drive business logic that can be assumed at the time of the transaction or they are calculated at the time of the report.

Namespace http://Hps.Exchange.PosGateway
Diagram
MCSendAmt Element MCSendCnt Element VisaDirectAmt Element VisaDirectCnt Element TotalHCPCnt Element TotalSurchargeAmtInfo Element TotalGratuityAmtInfo Element TotalAmt Element TotalCnt Element ReturnAmt Element ReturnCnt Element SaleAmt Element SaleCnt Element DebitAmt Element DebitCnt Element CreditAmt Element CreditCnt Element CardType Element All Details Element
Overview
Details 0..∞

Report details, sorted by CardType

Note: If the data was defined in the request or response, a description has not been added here; only fields that are being introduced in this response have additional detail added. Typically, these will be fields that drive business logic that can be assumed at the time of the transaction or they are calculated at the time of the report.

All
CardType xs:string
CreditCnt xs:int

Number of credit transactions in the batch

CreditAmt xs:decimal

Sum of credit transaction amounts in the batch

DebitCnt xs:int

Number of debit transactions in the batch

DebitAmt xs:decimal

Sum of debit transaction amounts in the batch

SaleCnt xs:int

Number of sale transactions in the batch

SaleAmt xs:decimal

Sum of sale transaction amounts in the batch

ReturnCnt xs:int

Number of return transactions in the batch

ReturnAmt xs:decimal

Sum of return transaction amounts in the batch

TotalCnt xs:int

Total number of transactions in the batch

TotalAmt amtTypeGlobal Simple Type

Sum of transaction amounts in the batch

TotalGratuityAmtInfo amtTypeGlobal Simple Type

Sum of gratuity amounts in the batch. Gratuity amounts, if any, are already included in the other amounts.

TotalSurchargeAmtInfo amtTypeGlobal Simple Type

Sum of surcharge amounts in the batch. Surcharge amounts, if any, are already included in the other amounts.

TotalHCPCnt xs:int

Total number of Home Currency Pay transactions in the batch

VisaDirectCnt xs:int

Number of Visa Direct transactions processed

VisaDirectAmt xs:decimal

Sum of Visa Direct transaction processed

MCSendCnt xs:int

Number of Mastercard Send transactions processed

MCSendAmt xs:decimal

Sum of Mastercard Send transaction processed

Source
<xs:element name="Details" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Report details, sorted by CardType</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> If the data was defined in the request or response, a description has not been added here; only fields that are being introduced in this response have additional detail added. Typically, these will be fields that drive business logic that can be assumed at the time of the transaction or they are calculated at the time of the report.
            </p>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:all>
      <xs:element name="CardType" type="xs:string" />
      <xs:element name="CreditCnt" type="xs:int">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Number of credit transactions in the batch</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CreditAmt" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Sum of credit transaction amounts in the batch</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DebitCnt" type="xs:int">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Number of debit transactions in the batch</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DebitAmt" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Sum of debit transaction amounts in the batch</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SaleCnt" type="xs:int">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Number of sale transactions in the batch</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SaleAmt" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Sum of sale transaction amounts in the batch</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReturnCnt" type="xs:int">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Number of return transactions in the batch</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReturnAmt" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Sum of return transaction amounts in the batch</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TotalCnt" type="xs:int">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Total number of transactions in the batch</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TotalAmt" type="amtTypeGlobal">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Sum of transaction amounts in the batch</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TotalGratuityAmtInfo" type="amtTypeGlobal">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Sum of gratuity amounts in the batch. Gratuity amounts, if any, are already included in the other amounts.</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TotalSurchargeAmtInfo" type="amtTypeGlobal">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Sum of surcharge amounts in the batch.  Surcharge amounts, if any, are already included in the other amounts.</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TotalHCPCnt" type="xs:int">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Total number of Home Currency Pay transactions in the batch</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VisaDirectCnt" type="xs:int">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Number of Visa Direct transactions processed</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VisaDirectAmt" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Sum of Visa Direct transaction processed</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MCSendCnt" type="xs:int">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Number of Mastercard Send transactions processed</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MCSendAmt" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Sum of Mastercard Send transaction processed</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:all>
  </xs:complexType>
</xs:element>
See Also
PosReportBatchSummaryRspType Complex TypePosGateway Schema