Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOrderDTO ¶
type OrderResponseDTO ¶
type OrderResponseDTO struct { ID uint `json:"id"` UserID uint `json:"user_id"` Charge float64 `json:"charge"` Status string `json:"status"` CreatedAt string `json:"created_at"` RiderID uint `json:"rider_id"` RefID string `json:"ref_id"` Item string `json:"item"` Acknowledge bool `json:"acknowledge"` PaymentStatus string `json:"payment_status"` PickUpAddress string `json:"pickup_address"` }
Click to show internal directories.
Click to hide internal directories.