public interface InvoiceFormatter
Modifier and Type | Method and Description |
---|---|
java.lang.String |
formatFooter()
Formats the footer of the invoice.
|
java.lang.String |
formatHeader()
Formats the header of the invoice.
|
java.lang.String |
formatLineItem(LineItem item)
Formats a line item of the invoice.
|
java.lang.String formatHeader()
java.lang.String formatLineItem(LineItem item)
java.lang.String formatFooter()