InvoiceMessages
Returns a list of messages associated with a given invoice
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| InvoiceId | Integer |
Invoices.Id | |
| SentBy | String | ||
| SentByEmail | String | ||
| SentFrom | String | ||
| SentFromEmail | String | ||
| Recipients | String | ||
| Subject | String | ||
| Body | String | ||
| IncludeLinkToClientInvoice | Boolean | ||
| AttachPdf | Boolean | ||
| SendMeACopy | Boolean | ||
| ThankYou | Boolean | ||
| EventType | String | ||
| Reminder | Boolean | ||
| SendReminderOn | Date | ||
| CreatedAt | Datetime | ||
| UpdatedAt | Datetime |