Open the Portico Developer Guide site
PosGateway Schema
NTRSDeviceLocation Element
PosGateway Schema > NTRSDeviceDataType Complex Type : NTRSDeviceLocation Element
Description

The latitude and longitude coordinates of the user's browser or mobile device location (no decimals provided)

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

The latitude and longitude coordinates of the user's browser or mobile device location (no decimals provided)

Source
<xs:element name="NTRSDeviceLocation" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The latitude and longitude coordinates of the user's browser or mobile device location (no decimals provided)</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="9" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NTRSDeviceDataType Complex TypePosGateway Schema