{
"success": true,
"data": [
{
"id": "string",
"lineItems": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "GOODS",
"description": "Premium Widget",
"price": 100,
"quantity": 2,
"unit": "pieces",
"sortOrder": 1,
"taxId": "string"
}
],
"paymentId": "string",
"status": "string",
"amount": 0,
"amountPaid": 0,
"amountDue": 0,
"currency": "string",
"shortUrl": "string",
"issuedAt": 0,
"paidAt": 0,
"billingStart": 0,
"billingEnd": 0,
"createdAt": 0
}
],
"errors": [
"string"
]
}