Class PaymentDetails

java.lang.Object
net.finmath.smartcontract.product.xml.PaymentDetails

public class PaymentDetails extends Object
Details on the referenced payment. e.g. Its cashflow components, settlement details.

Java class for PaymentDetails complex type.

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

 <complexType name="PaymentDetails">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="paymentReference" type="{http://www.fpml.org/FpML-5/confirmation}PaymentReference"/>
         <element name="grossCashflow" type="{http://www.fpml.org/FpML-5/confirmation}GrossCashflow" maxOccurs="unbounded"/>
         <element name="settlementInformation" type="{http://www.fpml.org/FpML-5/confirmation}SettlementInformation" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>