Class InvoiceTotals1

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

public class InvoiceTotals1 extends Object

Java class for InvoiceTotals1 complex type.

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

 <complexType name="InvoiceTotals1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TtlTaxblAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/>
         <element name="TtlTaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/>
         <element name="Adjstmnt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Adjustment5" minOccurs="0"/>
         <element name="TtlInvcAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/>
         <element name="PmtDueDt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>