MinimumOrderValueTableStoreCodeSetWithMov constructor

MinimumOrderValueTableStoreCodeSetWithMov({
  1. List<String>? storeCodes,
  2. Price? value,
})

Implementation

MinimumOrderValueTableStoreCodeSetWithMov({
  this.storeCodes,
  this.value,
});