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

Contains the total discount amount applied to the transaction. This field may be null or contain zeroes if no discount was given.

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

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

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

Contains the total discount amount applied to the transaction. This field may be null or contain zeroes if no discount was given.

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

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

Source
<xs:element name="DiscountAmt" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Contains the total discount amount applied to the transaction. This field may be null or contain zeroes if no discount was given.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">If amount value is positive, then value is treated as discount for the invoice.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">If amount value is negative, then value is treated as refund discount 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