package org.mxchange.jfinancials.events.receipt_item.added;
import java.io.Serializable;
-import org.mxchange.jfinancials.model.receipt.item.BillableReceiptItem;
+import org.mxchange.jfinancials.model.receipt_item.BillableReceiptItem;
/**
* An interface for events being fired when a receipt item instance has been
package org.mxchange.jfinancials.events.receipt_item.added;
import java.text.MessageFormat;
-import org.mxchange.jfinancials.model.receipt.item.BillableReceiptItem;
+import org.mxchange.jfinancials.model.receipt_item.BillableReceiptItem;
/**
* An event being fired when a new receipt item has been added
package org.mxchange.jfinancials.exceptions.receipt_item;
import java.text.MessageFormat;
-import org.mxchange.jfinancials.model.receipt.item.BillableReceiptItem;
+import org.mxchange.jfinancials.model.receipt_item.BillableReceiptItem;
/**
* This exception is thrown when a receipt item was already added
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-package org.mxchange.jfinancials.model.receipt.item;
+package org.mxchange.jfinancials.model.receipt_item;
import java.io.Serializable;
import java.util.Date;
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-package org.mxchange.jfinancials.model.receipt.item;
+package org.mxchange.jfinancials.model.receipt_item;
import java.util.Date;
import java.util.Objects;
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-package org.mxchange.jfinancials.model.receipt.item;
+package org.mxchange.jfinancials.model.receipt_item;
import java.io.Serializable;
import java.text.MessageFormat;