 | Creation Date | datetime | Null | The date the record was created. |
 | Creation User Name | VARCHAR(15) | Null | The name of the relevant user as used for logging into the system, e.g jtench. |
 | Edit Date | datetime | Null | The date the record was last edited. |
 | Edit User Name | VARCHAR(15) | Null | The name of the relevant user as used for logging into the system, e.g jtench. |
 | Organisation Id | INTEGER | NotNull | A generated number to identify an organisation. |
 | Payment Amount | NUMERIC(8,2) | Null | The amount of the payment that was processed. |
 | Payment Date | DATETIME | NotNull | Date payment was made on Internet or when cheque was received. |
 | Payment Method | VARCHAR(50) | Null | E.g. "InternetSecure" |