Open the Portico Developer Guide site
PosGateway Schema
CardDataTypeTrackData Complex Type
PosGateway Schema : CardDataTypeTrackData Complex Type
Namespace http://Hps.Exchange.PosGateway
Base Type
Extension of trackDataType Simple Type
Overview
method optional CardDataTypeTrackDataMethod Simple Type

Indicates the method by which the track data was obtained; see the associated Type enumerations for specific values supported

Note: If not provided, the method is assumed to be a typical card swipe.

Used By
TrackData Element
TrackData Element
TrackData Element
TrackData Element
TrackData Element
TrackData Element
TrackData Element
Attributes
NameTypeUseDefaultFixedDescription
methodCardDataTypeTrackDataMethod Simple Typeoptional  

Indicates the method by which the track data was obtained; see the associated Type enumerations for specific values supported

Note: If not provided, the method is assumed to be a typical card swipe.

Source
<xs:complexType name="CardDataTypeTrackData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleContent>
    <xs:extension base="trackDataType">
      <xs:attribute name="method" type="CardDataTypeTrackDataMethod" use="optional">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Indicates the method by which the track data was obtained; see the associated Type enumerations for specific values supported</p>
            <p xmlns="http://Hps.Exchange.PosGateway" />
            <p xmlns="http://Hps.Exchange.PosGateway">
              <strong>Note:</strong> If not provided, the method is assumed to be a typical card swipe.
              </p>
          </xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
See Also
PosGateway Schema