WebApiModulesInventoryInventoryChangeICodeRequest constructor

WebApiModulesInventoryInventoryChangeICodeRequest({
  1. String? itemId,
  2. String? inventoryId,
})

Implementation

WebApiModulesInventoryInventoryChangeICodeRequest({
  this.itemId,
  this.inventoryId,
});