Class RemittanceAmount3

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_10.RemittanceAmount3

public class RemittanceAmount3 extends Object

Java class for RemittanceAmount3 complex type.

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

<complexType name="RemittanceAmount3">
  <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.10}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
        <element name="DscntApldAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}DiscountAmountAndType1" maxOccurs="unbounded" minOccurs="0"/>
        <element name="CdtNoteAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
        <element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}TaxAmountAndType1" maxOccurs="unbounded" minOccurs="0"/>
        <element name="AdjstmntAmtAndRsn" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}DocumentAdjustment1" maxOccurs="unbounded" minOccurs="0"/>
        <element name="RmtdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>