Open the Portico Developer Guide site
PosGateway Schema
checkActionInternalType Simple Type
PosGateway Schema : checkActionInternalType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
checkActionInternalType Restriction of xs:string
Facets
EnumerationRETURN
EnumerationOVERRIDE
EnumerationSALE
EnumerationREVERSAL
EnumerationVOID
EnumerationQUERY
Source
<xs:simpleType name="checkActionInternalType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="RETURN" />
    <xs:enumeration value="OVERRIDE" />
    <xs:enumeration value="SALE" />
    <xs:enumeration value="REVERSAL" />
    <xs:enumeration value="VOID" />
    <xs:enumeration value="QUERY" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema