Open the Portico Developer Guide site
PosGateway Schema
NonFuelDataType Complex Type
PosGateway Schema : NonFuelDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
NonFuelDataDetail Element Sequence NonFuelDataType Complex Type
Overview
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.

Used By
NonFuelData Element
Source
<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>
See Also
PosGateway Schema