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

The Tax Rate of the Value Added Tax or Other Sales Tax.

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

The Tax Rate of the Value Added Tax or Other Sales Tax.

Source
<xs:element name="VATTaxRateFreight" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The Tax Rate of the Value Added Tax or Other Sales Tax.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:fractionDigits value="2" />
      <xs:totalDigits value="4" />
      <xs:minInclusive value="0" />
      <xs:maxExclusive value="100" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
VisaType Complex TypePosGateway Schema