| 1 |
{ |
| 2 |
"extends": "base-receipt", |
| 3 |
"description": "Quote/estimate preview with pre-sale status, no payment, and validity terms.", |
| 4 |
"overrides": { |
| 5 |
"order": { |
| 6 |
"id": 3021, |
| 7 |
"number": "Q-3021", |
| 8 |
"wc_status": "pending", |
| 9 |
"status_label": "Quote", |
| 10 |
"customer_note": "Estimate for office coffee subscription.", |
| 11 |
"needs_payment": false, |
| 12 |
"payment_url": "" |
| 13 |
}, |
| 14 |
"payments": [], |
| 15 |
"quote": { |
| 16 |
"valid_until": "2024-02-15", |
| 17 |
"terms": "Quote valid for 30 days. Prices may change after expiry." |
| 18 |
}, |
| 19 |
"totals": { |
| 20 |
"paid_total": 0, |
| 21 |
"change_total": 0, |
| 22 |
"refund_total": 0, |
| 23 |
"net_total": 0 |
| 24 |
}, |
| 25 |
"refunds": [] |
| 26 |
} |
| 27 |
} |
| 28 |
|