WebApiModulesHomeControlsSuspendedSessionSuspendedSession constructor
WebApiModulesHomeControlsSuspendedSessionSuspendedSession({
- String? contractId,
- int? sessionNumber,
- String? deal,
- String? dealNumber,
- String? dealOrVendor,
- String? orderNumber,
- String? orderDescription,
- String? orderId,
- String? userName,
- String? userNameFirstMiddleLast,
- String? status,
- String? statusDate,
- String? usersId,
- String? contractDate,
- String? contractTime,
- String? dealId,
- String? departmentId,
- String? department,
- String? officeLocationId,
- String? warehouseId,
- String? warehouse,
- String? exchangeContractId,
- String? contractType,
- bool? isForcedSuspend,
- String? containerItemId,
- String? containerScannableItemId,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});