Represents a comprehensive Invoice record within the OnTime API.
![]() |
Invoice
Represents a comprehensive Invoice record within the OnTime API.
|
| Name | Description | Data Type |
|---|---|---|
| Customer | The unique Guid identifier referencing the Customer record assigned to this Invoice. | string |
| Orders | The collection of unique Guid identifiers referencing all Order records assigned to this Invoice. | Array[] |
| ID | The unique identifier for this Invoice record. | string |
| InvoiceNumber | The number assigned to this Invoice. | integer |
| Date | The date this Invoice was generated. | string |
| DueDate | The date this Invoice is due to be paid by a | string |
| IsPaid | Indicates if this Invoice has been paid in full. | boolean |
| Memo | Any additional comments given to this Invoice. | string |
| TransferredToQuickBooksDesktop | Indicates if this Invoice has been exported to QuickBooks via OnTime Management Suite. | boolean |
| TotalAmount | The total amount due for this Invoice. | number |