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

Contains the total Freight/Shipping 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
FreightAmt optional Restriction of xs:decimal

Contains the total Freight/Shipping 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="FreightAmt" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Contains the total Freight/Shipping 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
VisaType Complex TypePosGateway Schema