WebApiModulesAgentOrderModifyPoWorksheetSessionRequest constructor

WebApiModulesAgentOrderModifyPoWorksheetSessionRequest({
  1. String? orderId,
  2. String? purchaseOrderId,
  3. String? recType,
})

Implementation

WebApiModulesAgentOrderModifyPoWorksheetSessionRequest({
  this.orderId,
  this.purchaseOrderId,
  this.recType,
});