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

The state or province of the sub-merchant.

Note: For internal use only.

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

The state or province of the sub-merchant.

Note: For internal use only.

Source
<xs:element name="StateProvinceRegion" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The state or province of the sub-merchant.</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:string">
      <xs:maxLength value="3" />
      <xs:pattern value="^[a-zA-Z\d]+$" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
SubMerchantDataType Complex TypePortico Schema