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

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

Note: Currently only used by Mastercard.

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

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

Note: Currently only used by Mastercard.

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">
              Details of the location where services are provided, if different from the merchant’s location. Should be provided for Mastercard transactions where applicable.
            </p>
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> Currently only used by Mastercard.
            </p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CreditSaleReqBlock1Type Complex TypePosGateway Schema