WebApiModulesHomeAlternativeDescriptionAlternativeDescription constructor

const WebApiModulesHomeAlternativeDescriptionAlternativeDescription({
  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. dynamic urlIdentifier,
  13. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  14. List<FwStandardDataFwCustomValue>? custom,
  15. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  16. FwStandardBusinessLogicFwBusinessLogic? original,
  17. List<FwStandardDataFwTranslatedValue>? translation,
  18. bool? hasImport,
  19. bool? hasDocuments,
  20. String? createdByUserId,
  21. String? createdByUserName,
  22. String? createdDateTime,
  23. String? modifiedByUserId,
  24. String? modifiedByUserName,
  25. String? modifiedDateTime,
})

Implementation

const WebApiModulesHomeAlternativeDescriptionAlternativeDescription({
  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.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});