Open the Portico Developer Guide site
PosGateway Schema
CountryCode Element
PosGateway Schema > SubMerchantDataType Complex Type : CountryCode Element
Description

The 3-digit ISO Numeric Country Code of the sub-merchant (eg, 840)

Note: For internal use only.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:int
Overview
CountryCode Restriction of xs:int

The 3-digit ISO Numeric Country Code of the sub-merchant (eg, 840)

Note: For internal use only.

Source
<xs:element name="CountryCode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The 3-digit ISO Numeric Country Code of the sub-merchant (eg, 840)</p>
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> For internal use only.
            </p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1" />
      <xs:maxInclusive value="999" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
SubMerchantDataType Complex TypePosGateway Schema