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

Postal code of destination location. May contain spaces.

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

Postal code of destination location. May contain spaces.

Source
<xs:element name="DestinationPostalZipCode" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Postal code of destination location. 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="10" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
VisaType Complex TypePosGateway Schema