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

com.leonarduk.bookkeeper.email.EmailFormatter Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/**
 * EmailFormatter
 *
 * @author ${author}
 * @since 03-Jul-2016
 */
package com.leonarduk.bookkeeper.email;

import java.util.List;

import com.leonarduk.bookkeeper.file.TransactionRecord;

public interface EmailFormatter {

	String endMessageBody();

	String format(List uploadSantanderTransactionsToFreeAgent);

	String formatHeader(String string);

	String formatSubHeader(String string);

	String startMessageBody();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy