Open the Portico Developer Guide site
PosGateway Schema
PosBatchCloseRspType Complex Type
PosGateway Schema : PosBatchCloseRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
ProcessedDeviceId Element HostTotalAmt Element HostTotalCnt Element HostBatchNbr Element BatchSeqNbr Element TotalAmt Element TxnCnt Element BatchId Element All PosBatchCloseRspType Complex Type
Overview
All
BatchId xs:int

The gateway-generated batch id of the closed batch

TxnCnt xs:int

The number of transactions closed (sent for settlement)

TotalAmt amtTypeGlobal Simple Type

The total transaction amount closed (sent for settlement)

BatchSeqNbr batchSeqNbrType Simple Type

The gateway-generated batch sequence number of the closed batch

HostBatchNbr optional xs:int

Host batch number.

HostTotalCnt optional xs:int

Total number of transactions in the host batch.

HostTotalAmt optional xs:decimal

Sum of transaction amounts in the host batch.

ProcessedDeviceId optional deviceIdType Simple Type

Device identifier used to process the request.

Used By
BatchClose Element
Source
<xs:complexType name="PosBatchCloseRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="BatchId" type="xs:int">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The gateway-generated batch id of the closed batch</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TxnCnt" type="xs:int">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The number of transactions closed (sent for settlement)</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TotalAmt" type="amtTypeGlobal">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The total transaction amount closed (sent for settlement)</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BatchSeqNbr" type="batchSeqNbrType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The gateway-generated batch sequence number of the closed batch</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HostBatchNbr" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Host batch number.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HostTotalCnt" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Total number of transactions in the host batch.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HostTotalAmt" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Sum of transaction amounts in the host batch.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProcessedDeviceId" type="deviceIdType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Device identifier used to process the request.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema