Open the Portico Developer Guide site
PosGateway Schema
amtTypeType Simple Type
PosGateway Schema : amtTypeType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
amtTypeType Restriction of xs:string
Facets
EnumerationTOTAL_HEALTHCARE_AMT
EnumerationSUBTOTAL_PRESCRIPTION_AMT
EnumerationSUBTOTAL_VISION__OPTICAL_AMT
EnumerationSUBTOTAL_CLINIC_OR_OTHER_AMT
EnumerationSUBTOTAL_DENTAL_AMT
Source
<xs:simpleType name="amtTypeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="TOTAL_HEALTHCARE_AMT" />
    <xs:enumeration value="SUBTOTAL_PRESCRIPTION_AMT" />
    <xs:enumeration value="SUBTOTAL_VISION__OPTICAL_AMT" />
    <xs:enumeration value="SUBTOTAL_CLINIC_OR_OTHER_AMT" />
    <xs:enumeration value="SUBTOTAL_DENTAL_AMT" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema