You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Models/Components/InvoiceLineItem.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
|`UnitOfMeasure`|*string*|:heavy_minus_sign:| Description of the unit type the item is sold as, ie: kg, hour. | pc. |
19
19
|`DiscountPercentage`|*double*|:heavy_minus_sign:| Discount percentage applied to the line item when supported downstream. | 0.01 |
20
20
|`DiscountAmount`|*double*|:heavy_minus_sign:| Discount amount applied to the line item when supported downstream. | 19.99 |
21
+
|`ServiceDate`|[LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html)|:heavy_minus_sign:| Date on which the service was provided or performed - YYYY-MM-DD. | 2024-01-15 |
21
22
|`CategoryId`|*string*|:heavy_minus_sign:| ID of the category of the line item | 12345 |
22
23
|`LocationId`|*string*|:heavy_minus_sign:| The ID of the location | 12345 |
23
24
|`DepartmentId`|*string*|:heavy_minus_sign:| The ID of the department | 12345 |
Copy file name to clipboardExpand all lines: docs/Models/Components/InvoiceLineItemInput.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
|`UnitOfMeasure`|*string*|:heavy_minus_sign:| Description of the unit type the item is sold as, ie: kg, hour. | pc. |
19
19
|`DiscountPercentage`|*double*|:heavy_minus_sign:| Discount percentage applied to the line item when supported downstream. | 0.01 |
20
20
|`DiscountAmount`|*double*|:heavy_minus_sign:| Discount amount applied to the line item when supported downstream. | 19.99 |
21
+
|`ServiceDate`|[LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html)|:heavy_minus_sign:| Date on which the service was provided or performed - YYYY-MM-DD. | 2024-01-15 |
21
22
|`CategoryId`|*string*|:heavy_minus_sign:| ID of the category of the line item | 12345 |
22
23
|`LocationId`|*string*|:heavy_minus_sign:| The ID of the location | 12345 |
23
24
|`DepartmentId`|*string*|:heavy_minus_sign:| The ID of the department | 12345 |
0 commit comments