WebApiModulesHomeControlsAlternativeDescriptionAlternativeDescription constructor
const
WebApiModulesHomeControlsAlternativeDescriptionAlternativeDescription({
- int? alternativeDescriptionId,
- bool? internalChar,
- String? inventoryId,
- String? iCode,
- String? description,
- String? aka,
- bool? allowedOnInvoice,
- bool? isPrimary,
- bool? inactive,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const WebApiModulesHomeControlsAlternativeDescriptionAlternativeDescription({
this.alternativeDescriptionId,
this.internalChar,
this.inventoryId,
this.iCode,
this.description,
this.aka,
this.allowedOnInvoice,
this.isPrimary,
this.inactive,
this.auditNote,
this.recordTitle,
this.urlIdentifier,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.original,
this.translation,
this.hasImport,
this.createdByUserId,
this.createdByUserName,
this.createdDateTime,
this.modifiedByUserId,
this.modifiedByUserName,
this.modifiedDateTime,
});