WebApiModulesWarehouseCheckOutCreateOutContractResponse constructor

WebApiModulesWarehouseCheckOutCreateOutContractResponse({
  1. int? status,
  2. bool? success,
  3. String? msg,
  4. String? contractId,
})

Implementation

WebApiModulesWarehouseCheckOutCreateOutContractResponse({
  this.status,
  this.success,
  this.msg,
  this.contractId,
});