private EntryDTO buildAdministrativeOfficeFeeEntryDTO(Money administrativeOfficeFeeAmountToDiscount) {
return new EntryDTO(EntryType.ADMINISTRATIVE_OFFICE_FEE, this, administrativeOfficeFeeAmountToDiscount);
}
private EntryDTO buildInsuranceEntryDTO(Money insuranceAmountToDiscount) {
return new EntryDTO(EntryType.INSURANCE_FEE, this, insuranceAmountToDiscount);
}