Open the Portico Developer Guide site
PosGateway Schema
ServiceLocation Element
PosGateway Schema > PosReportTxnDetailRspType Complex Type > Data Element : ServiceLocation Element
Description

The Service Location data received in the request.

Namespace http://Hps.Exchange.PosGateway
Type
ServiceLocationType Complex Type
Diagram
ServiceZipPostalCode Element ServiceCountryCode Element ServiceCountrySubdivision Element ServiceCity Element All ServiceLocation Element
Overview
ServiceLocation optional ServiceLocationType Complex Type

The Service Location data received in the request.

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.

Source
<xs:element name="ServiceLocation" type="ServiceLocationType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">
                    The Service Location data received in the request.
                  </p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Data ElementPosReportTxnDetailRspType Complex TypePosGateway Schema