Open the Portico Developer Guide site
PosGateway Schema
CardTypeIndicator Element
PosGateway Schema > NTRSCardDataRspType Complex Type : CardTypeIndicator Element
Description

Indication if the token requestor supports debit cards, credit cards or both.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
CardTypeIndicator Restriction of xs:string

Indication if the token requestor supports debit cards, credit cards or both.

Source
<xs:element name="CardTypeIndicator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Indication if the token requestor supports debit cards, credit cards or both.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string" />
  </xs:simpleType>
</xs:element>
See Also
NTRSCardDataRspType Complex TypePosGateway Schema