# Invoice


## Fields

| Field                                                                                 | Type                                                                                  | Required                                                                              | Description                                                                           |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `AmountDue`                                                                           | *double*                                                                              | :heavy_check_mark:                                                                    | N/A                                                                                   |
| `DueDate`                                                                             | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_check_mark:                                                                    | N/A                                                                                   |
| `Id`                                                                                  | *string*                                                                              | :heavy_check_mark:                                                                    | N/A                                                                                   |
| `Month`                                                                               | *double*                                                                              | :heavy_check_mark:                                                                    | N/A                                                                                   |
| `PdfUrl`                                                                              | *string*                                                                              | :heavy_check_mark:                                                                    | N/A                                                                                   |
| `Status`                                                                              | [InvoiceStatus](../../Models/Shared/InvoiceStatus.md)                                 | :heavy_check_mark:                                                                    | N/A                                                                                   |
| `Year`                                                                                | *double*                                                                              | :heavy_check_mark:                                                                    | N/A                                                                                   |