Merge pull request 'update model warehouse response nats' (#170) from feature/limit-create-order-based-warehouse-conditions into develop

Reviewed-on: #170
This commit is contained in:
Minh Nguyen 2024-07-03 08:37:14 +00:00
commit 085a8103de
1 changed files with 8 additions and 6 deletions

View File

@ -67,6 +67,8 @@ type WarehouseOrder struct {
LimitNumberOfPurchases int64 `json:"limitNumberOfPurchases"`
NotifyOnNewOrder WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
LabelSize string `json:"labelSize"`
MaximumOrderValue float64 `json:"maximumOrderValue"`
MaximumNumberPerBuyerEachMonth float64 `json:"maximumNumberPerBuyerEachMonth"`
}
// WarehouseConfigNotifyOnNewOrder ...