Open the Portico Developer Guide site
PosGateway Schema
CardType Element
PosGateway Schema > SearchCriteriaType Complex Type : CardType Element
Description

A list of card types to search for (i.e. VISA, MC, etc.); see the associated Type enumerations for specific values supported.

Note: If not supplied, 'all' is assumed.

Namespace http://Hps.Exchange.PosGateway
Type
CardTypeType Simple Type
Overview
CardType 0..8 CardTypeType Simple Type

A list of card types to search for (i.e. VISA, MC, etc.); see the associated Type enumerations for specific values supported.

Note: If not supplied, 'all' is assumed.

Source
<xs:element name="CardType" type="CardTypeType" minOccurs="0" maxOccurs="8" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">A list of card types to search for (i.e. VISA, MC, etc.); see the associated Type enumerations for specific values supported.</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> If not supplied, 'all' is assumed.
            </p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
SearchCriteriaType Complex TypePosGateway Schema