PriceMultiplePutBody constructor

PriceMultiplePutBody({
  1. String? productId,
  2. List<PriceBody>? prices,
  3. String? storeId,
})

Implementation

PriceMultiplePutBody({
  this.productId,
  this.prices,
  this.storeId,
});