ProductMinimumOrderValue constructor

ProductMinimumOrderValue({
  1. String? country,
  2. Price? price,
  3. String? service,
  4. String? surface,
})

Implementation

ProductMinimumOrderValue({
  this.country,
  this.price,
  this.service,
  this.surface,
});