move-config-suppliers #50
|
@ -18,19 +18,19 @@ type OutboundRequestResponse struct {
|
||||||
|
|
||||||
// WarehouseConfiguration ...
|
// WarehouseConfiguration ...
|
||||||
type WarehouseConfiguration struct {
|
type WarehouseConfiguration struct {
|
||||||
Warehouse string `json:"warehouse"`
|
Warehouse string `json:"warehouse"`
|
||||||
DoesSupportSellyExpress bool `json:"doesSupportSellyExpress"`
|
DoesSupportSellyExpress bool `json:"doesSupportSellyExpress"`
|
||||||
Supplier WarehouseSupplier `json:"supplier"`
|
Supplier WarehouseSupplier `json:"supplier"`
|
||||||
Order WarehouseOrder `json:"order"`
|
Order WarehouseOrder `json:"order"`
|
||||||
Partner WarehousePartner `json:"partner"`
|
Partner WarehousePartner `json:"partner"`
|
||||||
Delivery WarehouseDelivery `json:"delivery"`
|
Delivery WarehouseDelivery `json:"delivery"`
|
||||||
Other WarehouseOther `json:"other"`
|
Other WarehouseOther `json:"other"`
|
||||||
Food WarehouseFood `json:"food"`
|
Food WarehouseFood `json:"food"`
|
||||||
AutoConfirmOrder WareOrderConfirm `json:"autoConfirmOrder"`
|
AutoConfirmOrder WarehouseOrderConfirm `json:"autoConfirmOrder"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// WareOrderConfirm ...
|
// WarehouseOrderConfirm ...
|
||||||
type WareOrderConfirm struct {
|
type WarehouseOrderConfirm struct {
|
||||||
IsEnable bool `json:"isEnable"`
|
IsEnable bool `json:"isEnable"`
|
||||||
ConfirmDelayInSeconds int64 `json:"confirmDelayInSeconds"`
|
ConfirmDelayInSeconds int64 `json:"confirmDelayInSeconds"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue