Add void and printer type
This commit is contained in:
@@ -72,6 +72,7 @@ type OrderResponse struct {
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
OrderItems []OrderItemResponse `json:"order_items,omitempty"`
|
||||
IsRefund bool `json:"is_refund"`
|
||||
}
|
||||
|
||||
type OrderItemResponse struct {
|
||||
@@ -90,6 +91,7 @@ type OrderItemResponse struct {
|
||||
Status string `json:"status"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
PrinterType string `json:"printer_type"`
|
||||
}
|
||||
|
||||
type ListOrdersQuery struct {
|
||||
|
||||
Reference in New Issue
Block a user