WebApiModulesHomeControlsContainerItemRemoveFromContainerRequest constructor

WebApiModulesHomeControlsContainerItemRemoveFromContainerRequest({
  1. String? containerItemId,
  2. String? itemId,
  3. String? inventoryId,
  4. String? warehouseId,
  5. String? consignorId,
  6. String? consignorAgreementId,
  7. double? quantity,
})

Implementation

WebApiModulesHomeControlsContainerItemRemoveFromContainerRequest({
  this.containerItemId,
  this.itemId,
  this.inventoryId,
  this.warehouseId,
  this.consignorId,
  this.consignorAgreementId,
  this.quantity,
});