Open the Portico Developer Guide site
PosGateway Schema
ZeroCostInd Element
PosGateway Schema > MCLineItemsType Complex Type : ZeroCostInd Element
Description

Indicates whether a line item was provided at zero cost.

Y - The line item is at zero cost to the customer. The item total item amount may be equal to zero.

N - The line item is not at zero cost to the customer. The item total amount may not be equal to zero.

Namespace http://Hps.Exchange.PosGateway
Type
zeroCostIndReqType Simple Type
Overview
ZeroCostInd optional zeroCostIndReqType Simple Type

Indicates whether a line item was provided at zero cost.

Y - The line item is at zero cost to the customer. The item total item amount may be equal to zero.

N - The line item is not at zero cost to the customer. The item total amount may not be equal to zero.

Source
<xs:element name="ZeroCostInd" type="zeroCostIndReqType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Indicates whether a line item was provided at zero cost.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">Y - The line item is at zero cost to the customer. The item total item amount may be equal to zero.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">N - The line item is not at zero cost to the customer. The item total amount may not be equal to zero.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
MCLineItemsType Complex TypePosGateway Schema