feat: order get requests
This commit is contained in:
@@ -9,6 +9,8 @@ type OrderResponse struct {
|
||||
DateDue time.Time
|
||||
DatePlaced time.Time
|
||||
AmountPaid float64
|
||||
OrderTotal float64
|
||||
AmountDue float64
|
||||
Filled bool
|
||||
Delivered bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user