<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>
|