Class OriginalInvoiceInformation1

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

public class OriginalInvoiceInformation1 extends Object

Java class for OriginalInvoiceInformation1 complex type.

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

 <complexType name="OriginalInvoiceInformation1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DocNb" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text"/>
         <element name="TtlInvcAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/>
         <element name="IsseDt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate"/>
         <element name="PmtDueDt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>