feat: order get requests

This commit is contained in:
2025-11-11 23:58:03 -07:00
parent 5ddedadd24
commit b6a08573f3
9 changed files with 382 additions and 22 deletions

View File

@@ -9,6 +9,8 @@ type OrderResponse struct {
DateDue time.Time
DatePlaced time.Time
AmountPaid float64
OrderTotal float64
AmountDue float64
Filled bool
Delivered bool
}