 | Bcc Email Address | VARCHAR(50) | Null | One or more email addresses to be used for blind 'carbon copy'. Multiple email addresses can be entered separated by commas |
 | Document Subject | VARCHAR(60) | Null | Subject of the email containing the invoice. |
 | From Email Address | VARCHAR(50) | NotNull | The email address used as the from email on the email that is sent out. This email is not necessarily sent a copy of the email but will be used if the receiver wishes to reply to the email. |
 | From Email Name | VARCHAR(40) | NotNull | The person's name or role that is used to send out the email. |
 | From Email Title | VARCHAR(40) | Null | The title used at the bottom of the invoice e.g. IRMAC Membership Director. |
 | Heading Text | TEXT | Null | Text that will appear at the top of an invoice, before the invoice line. |
 | Template Id | INTEGER | NotNull | A generated number to identify an invoice template. |
 | Template Name | VARCHAR(40) | Null | The name of the template as presented by the system, e.g. Individual Membership Template. |
 | Trailing Text | TEXT | Null | Text that will appear below the invoice line. |