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

Contains any Value Added Tax Amount or Other Sales Tax Amount.

Note: Not applicable for US merchants.

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

Contains any Value Added Tax Amount or Other Sales Tax Amount.

Note: Not applicable for US merchants.

Source
<xs:element name="VATTaxAmt" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Contains any Value Added Tax Amount or Other Sales Tax Amount.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> Not applicable for US merchants.
            </p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:totalDigits value="12" />
      <xs:fractionDigits value="2" />
      <xs:maxExclusive value="10000000000" />
      <xs:minInclusive value="0" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
VisaLineItemsType Complex TypePosGateway Schema