Open the Portico Developer Guide site
PosGateway Schema
checkTypeType Simple Type
PosGateway Schema : checkTypeType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
checkTypeType Restriction of xs:string
Facets
EnumerationPERSONAL
EnumerationBUSINESS
EnumerationPAYROLL
Source
<xs:simpleType name="checkTypeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="PERSONAL" />
    <xs:enumeration value="BUSINESS" />
    <xs:enumeration value="PAYROLL" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema