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

icij.ftm.EconomicActivity Maven / Gradle / Ivy

The newest version!
package org.icij.ftm;



/**
 * Automatically generated interface for FtM model. Do not update this interface.
 * @see EconomicActivity.
*/
public interface EconomicActivity extends Interval {
	LegalEntity getSender();
	LegalEntity getReceiver();
	Contract getContract();
	String getGoodsDescription();
	String getStartDate();
	String getEndDate();
	String getCcdNumber();
	String getCcdValue();
	String getDirectionOfTransportation();
	String getCustomsProcedure();
	String getVedCode();
	String getVedCodeDescription();
	LegalEntity getDeclarant();
	LegalEntity getContractHolder();
	String getInvoiceAmount();
	String getCustomsAmount();
	String getDollarExchRate();
	String getTradingCountry();
	String getDepartureCountry();
	String getDestinationCountry();
	String getOriginCountry();
	BankAccount getBankAccount();
	BankAccount getBankRub();
	BankAccount getBankForeign();
	Vehicle getTransport();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy