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

The time zone of the user's browser or mobile device

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

The time zone of the user's browser or mobile device

Source
<xs:element name="NTRSDeviceTimeZone" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The time zone of the user's browser or mobile device</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="16" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NTRSDeviceDataType Complex TypePosGateway Schema