Class TaxAmount2


  • public class TaxAmount2
    extends java.lang.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:pain.008.001.08}PercentageRate" minOccurs="0"/>
             <element name="TaxblBaseAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
             <element name="TtlAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
             <element name="Dtls" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}TaxRecordDetails2" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>