WebApiModulesAgentOrderCompletePoWorksheetSessionRequest constructor

WebApiModulesAgentOrderCompletePoWorksheetSessionRequest({
  1. String? sessionId,
  2. String? existingInternalOrderId,
  3. String? recType,
})

Implementation

WebApiModulesAgentOrderCompletePoWorksheetSessionRequest({
  this.sessionId,
  this.existingInternalOrderId,
  this.recType,
});