Class RemittanceAmount2


  • public class RemittanceAmount2
    extends java.lang.Object

    Java class for RemittanceAmount2 complex type.

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

     <complexType name="RemittanceAmount2">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="DuePyblAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
             <element name="DscntApldAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}DiscountAmountAndType1" maxOccurs="unbounded" minOccurs="0"/>
             <element name="CdtNoteAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
             <element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}TaxAmountAndType1" maxOccurs="unbounded" minOccurs="0"/>
             <element name="AdjstmntAmtAndRsn" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}DocumentAdjustment1" maxOccurs="unbounded" minOccurs="0"/>
             <element name="RmtdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>