LocalinventoryCustomBatchRequestEntry constructor
LocalinventoryCustomBatchRequestEntry({
- int? batchId,
- LocalInventory? localInventory,
- String? merchantId,
- String? method,
- String? productId,
Implementation
LocalinventoryCustomBatchRequestEntry({
this.batchId,
this.localInventory,
this.merchantId,
this.method,
this.productId,
});