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

The state / province code for the location to which goods are being shipped

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

The state / province code for the location to which goods are being shipped

Source
<xs:element name="DestinationStateProvinceCode" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The state / province code for the location to which goods are being shipped</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