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

Authorization response code returned by the Issuer

RspText optional xs:string

Authorization response text returned by the Issuer

AuthCode optional xs:string

If authorized, authorization code returned by the Issuer

BalanceAmt optional xs:decimal

Balance remaining on card

Source
<xs:complexType name="PosEBTBalanceInquiryRspType" 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">Authorization response 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">Authorization response 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 remaining on card</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema