Class MiscFeePayment

java.lang.Object

public class MiscFeePayment extends NonRecurringFeePayment
An event describing a non-recurring fee being paid at either the loan contract or facility level.

Java class for MiscFeePayment complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MiscFeePayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonRecurringFeePayment">
       <sequence>
         <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}NonRecurringMiscFeeType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>