Open the Portico Developer Guide site
PosGateway Schema
NonFuelUnitPrice Element
PosGateway Schema > NonFuelDataDetailType Complex Type : NonFuelUnitPrice Element
Description

Unit price for the non-fuel item purchased.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:decimal
Overview
NonFuelUnitPrice optional Restriction of xs:decimal

Unit price for the non-fuel item purchased.

Source
<xs:element name="NonFuelUnitPrice" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Unit price for the non-fuel item purchased.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:pattern value="\d{1,10}(\.\d{1,3})?" />
      <xs:minInclusive value="0" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NonFuelDataDetailType Complex TypePosGateway Schema