update onpoint
This commit is contained in:
parent
71e2f0b842
commit
a9b7f39b09
|
@ -12,6 +12,8 @@ import (
|
|||
|
||||
// CreateOrderRequest ...
|
||||
type CreateOrderRequest struct {
|
||||
StoreCode string `json:"store_code"`
|
||||
DeliveryPlatform string `json:"delivery_platform"`
|
||||
OrderCode string `json:"order_code"`
|
||||
OrderDate time.Time `json:"order_date"`
|
||||
PickupLocationCode string `json:"pickup_location_code"`
|
||||
|
|
Loading…
Reference in New Issue