LocalinventoryCustomBatchRequestEntry constructor

LocalinventoryCustomBatchRequestEntry({
  1. int? batchId,
  2. LocalInventory? localInventory,
  3. String? merchantId,
  4. String? method,
  5. String? productId,
})

Implementation

LocalinventoryCustomBatchRequestEntry({
  this.batchId,
  this.localInventory,
  this.merchantId,
  this.method,
  this.productId,
});