feature/add-field-store-code-warehouse #176
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -61,12 +61,14 @@ type WarehouseSupplier struct {
 | 
			
		|||
 | 
			
		||||
// WarehouseOrder ...
 | 
			
		||||
type WarehouseOrder struct {
 | 
			
		||||
	MinimumValue             float64                         `json:"minimumValue"`
 | 
			
		||||
	PaymentMethod            WarehousePaymentMethod          `json:"paymentMethod"`
 | 
			
		||||
	IsLimitNumberOfPurchases bool                            `json:"isLimitNumberOfPurchases"`
 | 
			
		||||
	LimitNumberOfPurchases   int64                           `json:"limitNumberOfPurchases"`
 | 
			
		||||
	NotifyOnNewOrder         WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
 | 
			
		||||
	LabelSize                string                          `json:"labelSize"`
 | 
			
		||||
	MinimumValue                   float64                         `json:"minimumValue"`
 | 
			
		||||
	PaymentMethod                  WarehousePaymentMethod          `json:"paymentMethod"`
 | 
			
		||||
	IsLimitNumberOfPurchases       bool                            `json:"isLimitNumberOfPurchases"`
 | 
			
		||||
	LimitNumberOfPurchases         int64                           `json:"limitNumberOfPurchases"`
 | 
			
		||||
	NotifyOnNewOrder               WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
 | 
			
		||||
	LabelSize                      string                          `json:"labelSize"`
 | 
			
		||||
	MaximumOrderValue              float64                         `json:"maximumOrderValue"`
 | 
			
		||||
	MaximumNumberPerBuyerEachMonth int64                           `json:"maximumNumberPerBuyerEachMonth"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// WarehouseConfigNotifyOnNewOrder ...
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue