Open the Portico Developer Guide site
PosGateway Schema
PosInteracDeviceKeysReqType Complex Type
PosGateway Schema : PosInteracDeviceKeysReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
LocalDateTime Element All PosInteracDeviceKeysReqType Complex Type
Overview
All
LocalDateTime optional xs:dateTime

Local Date and Time must be included here if PosReqDT is not set in the header. This value will override the header PosReqDT when both are present.

Used By
InteracDeviceKeys Element
Source
<xs:complexType name="PosInteracDeviceKeysReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="LocalDateTime" type="xs:dateTime" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Local Date and Time must be included here if PosReqDT is not set in the header. This value will override the header PosReqDT when both are present.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema