Class TaxAmount3

java.lang.Object
org.coderic.iso20022.messages.camt.TaxAmount3

public class TaxAmount3 extends Object

Java class for TaxAmount3 complex type.

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

 <complexType name="TaxAmount3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}PercentageRate" minOccurs="0"/>
         <element name="TaxblBaseAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
         <element name="TtlAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
         <element name="Dtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TaxRecordDetails3" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>