Open the Portico Developer Guide site
PosGateway Schema
ItemTaxTreatment Element
PosGateway Schema > VisaLineItemsType Complex Type : ItemTaxTreatment Element
Description

0 No discount applied

1 Tax was calculated before the discount was applied

2 Tax was calculated after the discount was applied

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:int
Overview
ItemTaxTreatment optional Restriction of xs:int

0 No discount applied

1 Tax was calculated before the discount was applied

2 Tax was calculated after the discount was applied

Source
<xs:element name="ItemTaxTreatment" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">0 No discount applied</p>
      <p xmlns="http://Hps.Exchange.PosGateway">1 Tax was calculated before the discount was applied</p>
      <p xmlns="http://Hps.Exchange.PosGateway">2 Tax was calculated after the discount was applied</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0" />
      <xs:maxInclusive value="2" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
VisaLineItemsType Complex TypePosGateway Schema