RegionalinventoryCustomBatchRequestEntry constructor
RegionalinventoryCustomBatchRequestEntry({
- int? batchId,
- String? merchantId,
- String? method,
- String? productId,
- RegionalInventory? regionalInventory,
Implementation
RegionalinventoryCustomBatchRequestEntry({
this.batchId,
this.merchantId,
this.method,
this.productId,
this.regionalInventory,
});