Class PassThrough

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

public class PassThrough extends Object
Type which contains pass through payments.

Java class for PassThrough complex type.

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

 <complexType name="PassThrough">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="passThroughItem" type="{http://www.fpml.org/FpML-5/confirmation}PassThroughItem" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>