RegionalinventoryCustomBatchResponseEntry constructor
RegionalinventoryCustomBatchResponseEntry({
- int? batchId,
- Errors? errors,
- String? kind,
- RegionalInventory? regionalInventory,
Implementation
RegionalinventoryCustomBatchResponseEntry({
this.batchId,
this.errors,
this.kind,
this.regionalInventory,
});