feature/limit-create-order-based-warehouse-conditions #173

Merged
minhnguyen merged 2 commits from feature/limit-create-order-based-warehouse-conditions into master 2024-07-09 02:25:45 +00:00
1 changed files with 8 additions and 6 deletions
Showing only changes of commit ff223e2b46 - Show all commits

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 ...