Open the Portico Developer Guide site
PosGateway Schema
ServiceLocationType Complex Type
PosGateway Schema : ServiceLocationType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
ServiceZipPostalCode Element ServiceCountryCode Element ServiceCountrySubdivision Element ServiceCity Element All ServiceLocationType Complex Type
Overview
All
ServiceCity optional serviceCityType Simple Type

The city where services are provided, when different from the merchant's DBA location.

ServiceCountrySubdivision optional serviceCountrySubdivisionType Simple Type

The state, province or region where services are provided, when different from the merchant's DBA location.

ServiceCountryCode optional serviceCountryCodeType Simple Type

The country where services are provided, when different from the merchant's DBA location. ISO 3 digit or alpha characters are supported. Must be a valid country code value.

ServiceZipPostalCode optional serviceZipPostalCodeType Simple Type

The zip or postal code where services are provided, when different from the merchant's DBA location.

Used By
ServiceLocation Element
ServiceLocation Element
ServiceLocation Element
Source
<xs:complexType name="ServiceLocationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="ServiceCity" type="serviceCityType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
              The city where services are provided, when different from the merchant's DBA location.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ServiceCountrySubdivision" type="serviceCountrySubdivisionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
              The state, province or region where services are provided, when different from the merchant's DBA location.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ServiceCountryCode" type="serviceCountryCodeType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
              The country where services are provided, when different from the merchant's DBA location.
              ISO 3 digit or alpha characters are supported. Must be a valid country code value.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ServiceZipPostalCode" type="serviceZipPostalCodeType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
              The zip or postal code where services are provided, when different from the merchant's DBA location.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema