WebApiModulesWarehouseCheckInSelectedItemRequest constructor

WebApiModulesWarehouseCheckInSelectedItemRequest({
  1. int? orderTranId,
  2. String? internalChar,
  3. String? contractId,
  4. String? orderId,
  5. String? orderItemId,
  6. String? inventoryId,
  7. String? vendorId,
  8. String? description,
  9. int? quantityIn,
  10. int? quantityInRepair,
  11. int? quantity,
  12. String? assetId,
  13. String? consignorId,
  14. String? consignorAgreementId,
  15. String? repairId,
})

Implementation

WebApiModulesWarehouseCheckInSelectedItemRequest({
  this.orderTranId,
  this.internalChar,
  this.contractId,
  this.orderId,
  this.orderItemId,
  this.inventoryId,
  this.vendorId,
  this.description,
  this.quantityIn,
  this.quantityInRepair,
  this.quantity,
  this.assetId,
  this.consignorId,
  this.consignorAgreementId,
  this.repairId,
});