Class LcIssuanceFeePayment


public class LcIssuanceFeePayment extends LcEvent
An event representing a letter of credit issuance fee payment.

Java class for LcIssuanceFeePayment complex type.

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

 <complexType name="LcIssuanceFeePayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LcEvent">
       <sequence>
         <element name="id" type="{http://www.fpml.org/FpML-5/confirmation}AccrualTypeId"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Period.model"/>
         <sequence>
           <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
           <element name="accrualSchedule" type="{http://www.fpml.org/FpML-5/confirmation}AccrualPeriod" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>