WebApiModulesHomeControlsOrderStatusHistoryOrderStatusHistory constructor
WebApiModulesHomeControlsOrderStatusHistoryOrderStatusHistory({
- int? id,
- String? internalchar,
- String? orderId,
- String? statusDateTime,
- String? status,
- String? userId,
- String? userFullName,
- String? functionName,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsOrderStatusHistoryOrderStatusHistory({
this.id,
this.internalchar,
this.orderId,
this.statusDateTime,
this.status,
this.userId,
this.userFullName,
this.functionName,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});