Open the Portico Developer Guide site
PosGateway Schema
FeeInfoType Complex Type
PosGateway Schema : FeeInfoType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
FlatFee Element RatePercentage Element Type Element All FeeInfoType Complex Type
Overview
All
Type optional xs:string

The fee type

RatePercentage optional xs:decimal

The rate percentage

FlatFee optional xs:int

Flat fee

Used By
FeeInfo Element
Source
<xs:complexType name="FeeInfoType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="Type" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The fee type</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RatePercentage" type="xs:decimal" minOccurs="0" default="-1">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The rate percentage</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FlatFee" type="xs:int" minOccurs="0" default="-1">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Flat fee</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema