{
"toast_takeout_orders": [
{
"id": "text",
"tip_amount_cents": 1,
"tax_amount_cents": 1,
"order_amount_cents": 1,
"status": "text",
"reference": "text",
"order_guid": "text",
"created_at": 1,
"service_charge_amount_cents": 1,
"total_amount_cents": 1,
"toast_restaurant_id": "text",
"application_fee_cents": 1,
"refunded_at": 1,
"stripe_session_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"refund_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
]
}