Open the Portico Developer Guide site
PosGateway Schema
SAFDataType Complex Type
PosGateway Schema : SAFDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
SAFOrigDT Element SAFIndicator Element All SAFDataType Complex Type
Overview
All
SAFIndicator booleanType Simple Type

Indicates that transaction was initiated in "store and forward" (SAF) mode (Y)

SAFOrigDT optional xs:dateTime

Date and time when the transaction was originally initiated.

Used By
SAFData Element
SAFData Element
SAFData Element
Source
<xs:complexType name="SAFDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="SAFIndicator" type="booleanType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates that transaction was initiated in "store and forward" (SAF) mode (Y)</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SAFOrigDT" type="xs:dateTime" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Date and time when the transaction was originally initiated.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema