Open the Portico Developer Guide site
PosGateway Schema
FeeInfo Element
PosGateway Schema > CostInfoType Complex Type : FeeInfo Element
Description

The fee information for the installment plan.

Namespace http://Hps.Exchange.PosGateway
Type
FeeInfoType Complex Type
Diagram
FlatFee Element RatePercentage Element Type Element All FeeInfo Element
Overview
FeeInfo 0..∞ FeeInfoType Complex Type

The fee information for the installment plan.

All
Type optional xs:string

The fee type

RatePercentage optional xs:decimal

The rate percentage

FlatFee optional xs:int

Flat fee

Source
<xs:element name="FeeInfo" type="FeeInfoType" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The fee information for the installment plan.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CostInfoType Complex TypePosGateway Schema