Open the Portico Developer Guide site
PosGateway Schema
NonFuelData Element
PosGateway Schema > FleetDataType Complex Type : NonFuelData Element
Description

Non-fuel data of a fleet transaction.

Namespace http://Hps.Exchange.PosGateway
Type
NonFuelDataType Complex Type
Diagram
NonFuelDataDetail Element Sequence NonFuelData Element
Overview
NonFuelData optional NonFuelDataType Complex Type

Non-fuel data of a fleet transaction.

Sequence 0..12
Sequence
NonFuelProductCode optional NonFuelProductCodeType Simple Type

Three-digit code that identifies the non-fuel item purchased.

NonFuelProductDescription optional Restriction of xs:string

Short description of the non-fuel item purchased.

NonFuelQuantity optional NonFuelQuantityType Simple Type

Quantity of the non-fuel item purchased.

NonFuelUnitOfMeasure optional NonFuelUnitOfMeasureType Simple Type

Unit of measure for the non-fuel item purchased.

NonFuelUnitPrice optional Restriction of xs:decimal

Unit price for the non-fuel item purchased.

NonFuelTaxAmt optional NonFuelTaxAmtType Complex Type

Non-fuel tax amount.

All
GSTAmtNonFuel optional amtTypeGlobal Simple Type

GST tax amount per item.

HSTAmtNonFuel optional amtTypeGlobal Simple Type

HST tax amount per item.

PSTAmtNonFuel optional amtTypeGlobal Simple Type

PST tax amount per item.

QSTAmtNonFuel optional amtTypeGlobal Simple Type

QST tax amount per item.

Source
<xs:element name="NonFuelData" type="NonFuelDataType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Non-fuel data of a fleet transaction.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
FleetDataType Complex TypePosGateway Schema