Open the Portico Developer Guide site
PosGateway Schema
EBTBalanceInquiryType Simple Type
PosGateway Schema : EBTBalanceInquiryType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
EBTBalanceInquiryType Restriction of xs:string
Facets
EnumerationCASH
EnumerationFOODSTAMP
Source
<xs:simpleType name="EBTBalanceInquiryType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="CASH" />
    <xs:enumeration value="FOODSTAMP" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema