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

A 2 character country code.

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

A 2 character country code.

Source
<xs:element name="CardCountryCode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">A 2 character country code.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string" />
  </xs:simpleType>
</xs:element>
See Also
NTRSCardDataRspType Complex TypePosGateway Schema