Open the Portico Developer Guide site
PosGateway Schema
CardTypeType Simple Type
PosGateway Schema : CardTypeType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
CardTypeType Restriction of xs:string
Facets
EnumerationVISA
EnumerationMC
EnumerationDISC
EnumerationAMEX
EnumerationUnionPay
EnumerationGIFTCARD
Source
<xs:simpleType name="CardTypeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="VISA" />
    <xs:enumeration value="MC" />
    <xs:enumeration value="DISC" />
    <xs:enumeration value="AMEX" />
    <xs:enumeration value="UnionPay" />
    <xs:enumeration value="GIFTCARD" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema