Package org.fenixedu.academic.domain.transactions

Examples of org.fenixedu.academic.domain.transactions.InsuranceTransaction


    }

    @Override
    protected void internalProcess(Person responsiblePerson, Money amount, DateTime whenRegistered, String sibsTransactionId,
            String comments) {
        new InsuranceTransaction(amount.getAmount(), whenRegistered, PaymentType.SIBS, responsiblePerson, getPersonAccount(),
                getExecutionYear(), getRegistration());
    }
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.domain.transactions.InsuranceTransaction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.