Open the Portico Developer Guide site
PosGateway Schema
TaxTreatment Element
PosGateway Schema > VisaType Complex Type : TaxTreatment Element
Description

Indicates how the merchant is handling taxes

Valid values:

0 - NLL (net prices with tax calculated a line item level)

1 - NIL (net prices with tax calculated at invoice level)

2 - GLL (gross prices given with tax information provided at the line item level)

3 - GIL (gross prices given with tax information provided at invoice level)

4 - NON (no tax applies on the invoice for the transaction)

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

Indicates how the merchant is handling taxes

Valid values:

0 - NLL (net prices with tax calculated a line item level)

1 - NIL (net prices with tax calculated at invoice level)

2 - GLL (gross prices given with tax information provided at the line item level)

3 - GIL (gross prices given with tax information provided at invoice level)

4 - NON (no tax applies on the invoice for the transaction)

Source
<xs:element name="TaxTreatment" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Indicates how the merchant is handling taxes</p>
      <p xmlns="http://Hps.Exchange.PosGateway">Valid values:</p>
      <p xmlns="http://Hps.Exchange.PosGateway">0 - NLL (net prices with tax calculated a line item level)</p>
      <p xmlns="http://Hps.Exchange.PosGateway">1 - NIL (net prices with tax calculated at invoice level)</p>
      <p xmlns="http://Hps.Exchange.PosGateway">2 - GLL (gross prices given with tax information provided at the line item level)</p>
      <p xmlns="http://Hps.Exchange.PosGateway">3 - GIL (gross prices given with tax information provided at invoice level)</p>
      <p xmlns="http://Hps.Exchange.PosGateway">4 - NON (no tax applies on the invoice for the transaction)</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0" />
      <xs:maxInclusive value="4" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
VisaType Complex TypePosGateway Schema