WebApiModulesWarehouseContractSessionResponse constructor

WebApiModulesWarehouseContractSessionResponse({
  1. String? contractId,
  2. int? sessionNumber,
  3. int? status,
  4. String? message,
})

Implementation

WebApiModulesWarehouseContractSessionResponse({
  this.contractId,
  this.sessionNumber,
  this.status,
  this.message,
});