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

Postal code of the location being shipped from. May contain spaces.

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

Postal code of the location being shipped from. May contain spaces.

Source
<xs:element name="ShipFromPostalZipCode" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Postal code of the location being shipped from. 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