Open the Portico Developer Guide site
PosGateway Schema
DestinationCountryCode Element
PosGateway Schema > VisaType Complex Type : DestinationCountryCode Element
Description

The 3-digit ISO Numeric Country Code of destination location (eg, 840). May contain spaces

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

The 3-digit ISO Numeric Country Code of destination location (eg, 840). May contain spaces

Source
<xs:element name="DestinationCountryCode" minOccurs="0" 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 destination location (eg, 840). May contain spaces</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="^[a-zA-Z0-9 ]*$" />
      <xs:maxLength value="3" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
VisaType Complex TypePosGateway Schema