WebApiModulesHomeControlsAlternativeDescriptionAlternativeDescription constructor
WebApiModulesHomeControlsAlternativeDescriptionAlternativeDescription({
- int? alternativeDescriptionId,
- bool? internalChar,
- String? inventoryId,
- String? iCode,
- String? description,
- String? aka,
- bool? allowedOnInvoice,
- bool? isPrimary,
- bool? inactive,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsAlternativeDescriptionAlternativeDescription({
this.alternativeDescriptionId,
this.internalChar,
this.inventoryId,
this.iCode,
this.description,
this.aka,
this.allowedOnInvoice,
this.isPrimary,
this.inactive,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});