Class InvoiceFinancingDetails1

java.lang.Object
org.coderic.iso20022.messages.tsin.InvoiceFinancingDetails1

public class InvoiceFinancingDetails1 extends Object

Java class for InvoiceFinancingDetails1 complex type.

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

 <complexType name="InvoiceFinancingDetails1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OrgnlInvcInf" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}OriginalInvoiceInformation1"/>
         <element name="Spplr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}PartyIdentification8" minOccurs="0"/>
         <element name="InvcFincgRslt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}FinancingResult1"/>
         <element name="InstlmtFincgInf" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}InstalmentFinancingInformation1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • InvoiceFinancingDetails1

      public InvoiceFinancingDetails1()
  • Method Details