com.tools20022.repository.entity.InitiatingPartyRole Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tools20022-api-payments Show documentation
Show all versions of tools20022-api-payments Show documentation
Java API for ISO 20022 - Payments business domain
/* Tools20022 - API for ISO 20022
* Copyright (C) 2017 Tools20022.com - László Bukodi
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
package com.tools20022.repository.entity;
import com.tools20022.metamodel.MMBusinessComponent;
import com.tools20022.metamodel.MMRegistrationStatus;
import com.tools20022.repository.entity.PaymentPartyRole;
import com.tools20022.repository.GeneratedRepository;
import com.tools20022.repository.msg.OriginalMessage2;
import com.tools20022.repository.msg.OriginalMessage3;
import java.util.Arrays;
import java.util.concurrent.atomic.AtomicReference;
/**
* Party initiating the payment to an agent. In the payment context, this can
* either be the debtor (in a credit transfer), the creditor (in a direct
* debit), or a party that initiates the payment on behalf of the debtor or
* creditor. In the context of treasury, the party that instructs the trading
* party to execute a treasury deal on its behalf.
*
* Class diagram
*
*