WebApiModulesHomeControlsSuspendedSessionSuspendedSession constructor

WebApiModulesHomeControlsSuspendedSessionSuspendedSession({
  1. String? contractId,
  2. int? sessionNumber,
  3. String? deal,
  4. String? dealNumber,
  5. String? dealOrVendor,
  6. String? orderNumber,
  7. String? orderDescription,
  8. String? orderId,
  9. String? userName,
  10. String? userNameFirstMiddleLast,
  11. String? status,
  12. String? statusDate,
  13. String? usersId,
  14. String? contractDate,
  15. String? contractTime,
  16. String? dealId,
  17. String? departmentId,
  18. String? department,
  19. String? officeLocationId,
  20. String? warehouseId,
  21. String? warehouse,
  22. String? exchangeContractId,
  23. String? contractType,
  24. bool? isForcedSuspend,
  25. String? containerItemId,
  26. String? containerScannableItemId,
  27. String? auditNote,
  28. String? recordTitle,
  29. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  30. List<FwStandardDataFwCustomValue>? custom,
  31. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  32. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsSuspendedSessionSuspendedSession({
  this.contractId,
  this.sessionNumber,
  this.deal,
  this.dealNumber,
  this.dealOrVendor,
  this.orderNumber,
  this.orderDescription,
  this.orderId,
  this.userName,
  this.userNameFirstMiddleLast,
  this.status,
  this.statusDate,
  this.usersId,
  this.contractDate,
  this.contractTime,
  this.dealId,
  this.departmentId,
  this.department,
  this.officeLocationId,
  this.warehouseId,
  this.warehouse,
  this.exchangeContractId,
  this.contractType,
  this.isForcedSuspend,
  this.containerItemId,
  this.containerScannableItemId,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});