Open the Portico Developer Guide site
PosGateway Schema
MarkupFee Element
PosGateway Schema > CurrConversionDataType Complex Type : MarkupFee Element
Description

The mark up percentage applied to the transaction, resulting in the commission fee.

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

The mark up percentage applied to the transaction, resulting in the commission fee.

Source
<xs:element name="MarkupFee" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The mark up percentage applied to the transaction, resulting in the commission fee.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:totalDigits value="12" />
      <xs:fractionDigits value="4" />
      <xs:minInclusive value="0" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
CurrConversionDataType Complex TypePosGateway Schema