RegionalinventoryCustomBatchRequestEntry constructor

RegionalinventoryCustomBatchRequestEntry({
  1. int? batchId,
  2. String? merchantId,
  3. String? method,
  4. String? productId,
  5. RegionalInventory? regionalInventory,
})

Implementation

RegionalinventoryCustomBatchRequestEntry({
  this.batchId,
  this.merchantId,
  this.method,
  this.productId,
  this.regionalInventory,
});