Three-digit code that identifies the non-fuel item purchased.
Short description of the non-fuel item purchased.
Quantity of the non-fuel item purchased.
Unit of measure for the non-fuel item purchased.
Unit price for the non-fuel item purchased.
Non-fuel tax amount.
GST tax amount per item.
HST tax amount per item.
PST tax amount per item.
QST tax amount per item.
<xs:complexType name="NonFuelDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence minOccurs="0" maxOccurs="12"> <xs:element name="NonFuelDataDetail" type="NonFuelDataDetailType" /> </xs:sequence> </xs:complexType>