Open the Portico Developer Guide site
PosGateway Schema
AmountIndicator Element
PosGateway Schema > CreditSaleReqBlock1Type Complex Type : AmountIndicator Element
Description

Valid values include:

  • 'E' indicates that Amt is an estimated amount
  • 'F' indicates the Amt is final

Note: In the case of 'F', the Amt should not be manipulated and no CreditIncrementalAuth should be ran.

Namespace http://Hps.Exchange.PosGateway
Type
amountIndicatorType Simple Type
Overview
AmountIndicator optional amountIndicatorType Simple Type

Valid values include:

  • 'E' indicates that Amt is an estimated amount
  • 'F' indicates the Amt is final

Note: In the case of 'F', the Amt should not be manipulated and no CreditIncrementalAuth should be ran.

Source
<xs:element name="AmountIndicator" type="amountIndicatorType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">
              Valid values include:
              <ul><li><strong>'E'</strong> indicates that Amt is an estimated amount
                </li><li><strong>'F'</strong> indicates the Amt is final
                </li></ul></p>
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> In the case of <strong>'F'</strong>, the Amt should not be manipulated and no CreditIncrementalAuth should be ran.
            </p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CreditSaleReqBlock1Type Complex TypePosGateway Schema