Class AccruingFeePaymentNotificationRetracted

java.lang.Object

public class AccruingFeePaymentNotificationRetracted extends NonCorrectableRequestMessage
A loan servicing retraction used to cancel a previous accruing fee payment notification.

Java class for AccruingFeePaymentNotificationRetracted complex type.

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

 <complexType name="AccruingFeePaymentNotificationRetracted">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonCorrectableRequestMessage">
       <choice>
         <sequence>
           <element name="eventIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}BusinessEventIdentifier"/>
           <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party"/>
         </sequence>
         <sequence>
           <element name="accruingFeePayment" type="{http://www.fpml.org/FpML-5/confirmation}AccruingFeePayment"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityDetails.model"/>
           <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded"/>
         </sequence>
       </choice>
     </extension>
   </complexContent>
 </complexType>