WebApiModulesHomeControlsAlternativeDescriptionAlternativeDescription constructor

WebApiModulesHomeControlsAlternativeDescriptionAlternativeDescription({
  1. int? alternativeDescriptionId,
  2. bool? internalChar,
  3. String? inventoryId,
  4. String? iCode,
  5. String? description,
  6. String? aka,
  7. bool? allowedOnInvoice,
  8. bool? isPrimary,
  9. bool? inactive,
  10. String? auditNote,
  11. String? recordTitle,
  12. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  13. List<FwStandardDataFwCustomValue>? custom,
  14. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  15. 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,
});