[Update] Add reponse other #17

Merged
trunglt251292 merged 1 commits from warehouse-nats into develop 2022-08-31 11:06:27 +00:00
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ type WarehouseConfiguration struct {
Order WarehouseOrder `json:"order"`
Partner WarehousePartner `json:"partner"`
Delivery WarehouseDelivery `json:"delivery"`
Other WarehouseOther `json:"other"`
}
// WarehouseOther ...
type WarehouseOther struct {
DoesSupportSellyExpress bool `json:"doesSupportSellyExpress"`
}
// WarehouseSupplier ...