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