Class PaymentDetail

java.lang.Object
net.finmath.smartcontract.product.xml.PaymentBase
net.finmath.smartcontract.product.xml.PaymentDetail

public class PaymentDetail extends PaymentBase

Java class for PaymentDetail complex type.

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

 <complexType name="PaymentDetail">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBase">
       <sequence>
         <element name="paymentDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
         <choice>
           <element name="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
           <sequence>
             <element name="paymentRule" type="{http://www.fpml.org/FpML-5/confirmation}PaymentRule"/>
             <element name="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
           </sequence>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>