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

icij.ftm.TaxRoll Maven / Gradle / Ivy

The newest version!
package org.icij.ftm;



/**
 * Automatically generated interface for FtM model. Do not update this interface.
 * @see TaxRoll.
*/
public interface TaxRoll extends Interval {
	LegalEntity getTaxee();
	String getDate();
	String getIncome();
	String getWealth();
	String getTaxPaid();
	String getCountry();
	String getSurname();
	String getGivenName();
	String getBirthDate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy