Class NonRecurringFeePaymentNotification

java.lang.Object

public class NonRecurringFeePaymentNotification extends AbstractContractNotification
A loan servicing notification used to communicate a non-recurring fee payment made by the borrower.

Java class for NonRecurringFeePaymentNotification complex type.

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

 <complexType name="NonRecurringFeePaymentNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractContractNotification">
       <sequence>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}facilityFeePaymentGroup"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityDetails.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}LoanContractDetails.model" maxOccurs="unbounded" minOccurs="0"/>
         <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>