onpoint #15

Merged
sinhluu merged 3 commits from onpoint into master 2023-12-19 03:43:57 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit a9b7f39b09 - Show all commits

View File

@ -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"`