Open the Portico Developer Guide site
PosGateway Schema
DutyAmt Element
PosGateway Schema > MCType Complex Type : DutyAmt Element
Description

Contains the Duty Amount. This field may be null or contain zeroes if no freight/shipping amount was applied.

If amount value is positive, then value is treated as positive for the invoice.

If amount value is negative, then value is treated as negative for the invoice.

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

Contains the Duty Amount. This field may be null or contain zeroes if no freight/shipping amount was applied.

If amount value is positive, then value is treated as positive for the invoice.

If amount value is negative, then value is treated as negative for the invoice.

Source
<xs:element name="DutyAmt" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Contains the Duty Amount. This field may be null or contain zeroes if no freight/shipping amount was applied.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">If amount value is positive, then value is treated as positive for the invoice.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">If amount value is negative, then value is treated as negative for the invoice.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:fractionDigits value="2" />
      <xs:totalDigits value="12" />
      <xs:minExclusive value="-10000000000" />
      <xs:maxExclusive value="10000000000" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
MCType Complex TypePosGateway Schema