WebApiModulesAccountServicesAccountSystemSettingsResponse constructor
const
WebApiModulesAccountServicesAccountSystemSettingsResponse({
- String? defaultUnitId,
- String? defaultRank,
- bool? userAssignedICodes,
- bool? quikScanStageBySession,
- FwStandardSqlServerFwJsonDataTable? barcodeSkipPrefixes,
- bool? enableOriginalShow,
- bool? enablePropsWardrobe,
- bool? enableSetsWalls,
- bool? isStorefrontHosted,
- bool? isStorefrontApiEnabled,
- bool? isUniversity,
- DateTime? systemUTCDateTime,
Implementation
const WebApiModulesAccountServicesAccountSystemSettingsResponse({
this.defaultUnitId,
this.defaultRank,
this.userAssignedICodes,
this.quikScanStageBySession,
this.barcodeSkipPrefixes,
this.enableOriginalShow,
this.enablePropsWardrobe,
this.enableSetsWalls,
this.isStorefrontHosted,
this.isStorefrontApiEnabled,
this.isUniversity,
this.systemUTCDateTime,
});