Class TaxAmount2

java.lang.Object
iso.std.iso._20022.tech.xsd.remt_001_001.TaxAmount2

public class TaxAmount2 extends Object

Java class for TaxAmount2 complex type.

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

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