Open the Portico Developer Guide site
PosGateway Schema
amountIndicatorType Simple Type
PosGateway Schema : amountIndicatorType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
amountIndicatorType Restriction of xs:string
Facets
EnumerationE
EnumerationF
Enumeration
Source
<xs:simpleType name="amountIndicatorType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="E" />
    <xs:enumeration value="F" />
    <xs:enumeration value="" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema