{
"success": true,
"data": [
{
"type": "receipt_invoice_number",
"value": "INV-2024-003"
},
{
"type": "receipt_vendor_address",
"value": "456 Đường Số 5, Quận 2, TP.HCM"
},
{
"type": "receipt_vendor_contact_number",
"value": "012-345-6789"
},
{
"type": "receipt_vendor_name",
"value": "Công Ty TNHH ABC"
},
{
"type": "receipt_date",
"value": "2024-11-01"
},
{
"type": "receipt_time",
"value": "14:00"
},
{
"type": "receipt_item",
"value": [
{
"item_quantity": "2",
"item_description": "Bàn làm việc",
"item_per_unit_price": "1,500,000",
"item_total_amount": "3,000,000"
},
{
"item_quantity": "5",
"item_description": "Ghế văn phòng",
"item_per_unit_price": "500,000",
"item_total_amount": "2,500,000"
}
]
},
{
"type": "receipt_subtotal",
"value": "5,500,000"
},
{
"type": "receipt_tax",
"value": "550,000"
},
{
"type": "receipt_service_charge",
"value": "100,000"
},
{
"type": "receipt_total_include_tax",
"value": "6,150,000"
},
{
"type": "receipt_total_paid",
"value": "6,150,000"
},
{
"type": "receipt_change",
"value": "0"
}
],
"miscellaneous": {
"processedTime": 102.456
}
}