All Downloads are FREE. Search and download functionalities are using the official Maven repository.

icij.ftm.Payment Maven / Gradle / Ivy

The newest version!
package org.icij.ftm;



/**
 * Automatically generated interface for FtM model. Do not update this interface.
 * @see Payment.
*/
public interface Payment extends Interval, Value {
	LegalEntity getPayer();
	LegalEntity getBeneficiary();
	String getDate();
	int getAmount();
	String getPurpose();
	String getSequenceNumber();
	String getTransactionNumber();
	String getProgramme();
	BankAccount getPayerAccount();
	BankAccount getBeneficiaryAccount();
	Contract getContract();
	Project getProject();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy