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

icij.ftm.BankAccount Maven / Gradle / Ivy

The newest version!
package org.icij.ftm;



/**
 * Automatically generated interface for FtM model. Do not update this interface.
 * @see BankAccount.
*/
public interface BankAccount extends Asset {
	String getAccountNumber();
	String getBankName();
	String getIban();
	String getBic();
	Organization getBank();
	String getAccountType();
	String getOpeningDate();
	String getClosingDate();
	int getBalance();
	String getBalanceDate();
	int getMaxBalance();
	String getMaxBalanceDate();
	String getBankAddress();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy