| Name | Description | |
|---|---|---|
|  | Invoice Constructor | Initializes a new instance of the Invoice class. | 
The following tables list the members exposed by Invoice.
| Name | Description | |
|---|---|---|
|  | Invoice Constructor | Initializes a new instance of the Invoice class. | 
| Name | Description | |
|---|---|---|
|  | Customer | The Customer record assigned to this Invoice. | 
|  | Date | The date this Invoice was generated. (Inherited from OnTime.Extensions.SDK.InvoiceBase) | 
|  | DueDate | The date this Invoice is due to be paid by a Customer. (Inherited from OnTime.Extensions.SDK.InvoiceBase) | 
|  | ID | The unique identifier for this Invoice record. (Inherited from OnTime.Extensions.SDK.InvoiceBase) | 
|  | InvoiceNumber | The number assigned to this Invoice. (Inherited from OnTime.Extensions.SDK.InvoiceBase) | 
|  | IsPaid | Indicates if this Invoice has been paid in full. (Inherited from OnTime.Extensions.SDK.InvoiceBase) | 
|  | Memo | Any additional comments given to this Invoice. (Inherited from OnTime.Extensions.SDK.InvoiceBase) | 
|  | Orders | The collection of Order records associated with this Invoice. | 
|  | TotalAmount | The total amount due for this Invoice. (Inherited from OnTime.Extensions.SDK.InvoiceBase) | 
|  | TransferredExternally | Indicates if this Invoice has been exported via this extension within OnTime Management Suite. | 
|  | TransferredToQuickBooksDesktop | Indicates if this Invoice has been exported to QuickBooks via OnTime Management Suite. (Inherited from OnTime.Extensions.SDK.InvoiceBase) |