{
"id": 123,
"fromUserId": 158,
"toUserId": 167,
"invoiceNumber": "INV-2026-0123",
"status": "draft",
"issuedAt": "2026-01-08T19:04:57.763Z",
"dueAt": "2026-02-27T19:04:57.763Z",
"paidAt": null,
"subtotal": 12399.71,
"tax": 1859.96,
"total": 14259.67,
"currency": "AUD",
"lineItems": [
{
"description": "Consulting services",
"quantity": 8,
"unitPrice": 333,
"lineTotal": 2664
},
{
"description": "Content writing",
"quantity": 7,
"unitPrice": 169.68,
"lineTotal": 1187.76
},
{
"description": "Hardware supply",
"quantity": 23,
"unitPrice": 371.65,
"lineTotal": 8547.95
}
],
"createdAt": "2026-01-07T23:57:36.583Z"
}