{
"success": true,
"data": [
{
"type": "receipt_tax_id",
"value": "TAX123456"
},
{
"type": "receipt_invoice_number",
"value": "INV-2024-002"
},
{
"type": "receipt_vendor_address",
"value": "456 Vendor Road, Bangkok"
},
{
"type": "receipt_vendor_contact_number",
"value": "012-345-6789"
},
{
"type": "receipt_vendor_name",
"value": "XYZ Corporation"
},
{
"type": "receipt_date",
"value": "2024-11-01"
},
{
"type": "receipt_time",
"value": "10:30"
},
{
"type": "receipt_item",
"value": [
{
"item_quantity": "3",
"item_description": "Office Chair",
"item_per_unit_price": "150.00",
"item_total_amount": "450.00"
},
{
"item_quantity": "2",
"item_description": "Desk",
"item_per_unit_price": "250.00",
"item_total_amount": "500.00"
}
]
},
{
"type": "receipt_subtotal",
"value": "950.00"
},
{
"type": "receipt_tax",
"value": "95.00"
},
{
"type": "receipt_service_charge",
"value": "20.00"
},
{
"type": "receipt_total_include_tax",
"value": "1065.00"
},
{
"type": "receipt_total_paid",
"value": "1065.00"
},
{
"type": "receipt_change",
"value": "0.00"
}
],
"miscellaneous": {
"processedTime": 112.345
}
}