WebApiModulesAgentOrderCompletePoWorksheetSessionResponse constructor

WebApiModulesAgentOrderCompletePoWorksheetSessionResponse({
  1. List<String>? purchaseOrderIds,
  2. List<String>? orderIds,
  3. int? status,
  4. bool? success,
  5. String? msg,
})

Implementation

WebApiModulesAgentOrderCompletePoWorksheetSessionResponse({
  this.purchaseOrderIds,
  this.orderIds,
  this.status,
  this.success,
  this.msg,
});