Open the Portico Developer Guide site
PosGateway Schema
NonFuelTaxAmtType Complex Type
PosGateway Schema : NonFuelTaxAmtType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
QSTAmtNonFuel Element PSTAmtNonFuel Element HSTAmtNonFuel Element GSTAmtNonFuel Element All NonFuelTaxAmtType Complex Type
Overview
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
NonFuelTaxAmt Element
Source
<xs:complexType name="NonFuelTaxAmtType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="GSTAmtNonFuel" type="amtTypeGlobal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">GST tax amount per item.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HSTAmtNonFuel" type="amtTypeGlobal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">HST tax amount per item.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PSTAmtNonFuel" type="amtTypeGlobal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">PST tax amount per item.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="QSTAmtNonFuel" type="amtTypeGlobal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">QST tax amount per item.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema