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

City where the cardholder received the services, if different from the merchant’s city

ServiceCountrySubdivision optional serviceCountrySubdivisionType Simple Type

Country subdivision where the cardholder received the services, if different from the merchant’s country subdivision

ServiceCountryCode optional serviceCountryCodeType Simple Type

Postal code where the cardholder received the services, if different from the merchant’s postal code.

ServiceZipPostalCode optional serviceZipPostalCodeType Simple Type

Details of the location where services are provided, if different from the merchant’s location. Should be provided for Mastercard transactions where applicable.

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">
              City where the cardholder received the services, if different from the merchant’s city
            </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">
              Country subdivision where the cardholder received the services, if different from the merchant’s country subdivision
            </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">
              Postal code where the cardholder received the services, if different from the merchant’s postal code.
            </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">
              Details of the location where services are provided, if different from the merchant’s location. Should be provided for Mastercard transactions where applicable.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema