WebApiModulesSettingsFiscalMonthFiscalMonth constructor

const WebApiModulesSettingsFiscalMonthFiscalMonth({
  1. String? fiscalMonthId,
  2. String? fiscalYearId,
  3. String? year,
  4. int? month,
  5. String? monthDisplay,
  6. String? fromDate,
  7. String? toDate,
  8. String? monthYear,
  9. int? workDays,
  10. String? fiscalOrder,
  11. bool? closed,
  12. String? dateStamp,
  13. String? auditNote,
  14. String? recordTitle,
  15. dynamic urlIdentifier,
  16. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  17. List<FwStandardDataFwCustomValue>? custom,
  18. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  19. FwStandardBusinessLogicFwBusinessLogic? original,
  20. List<FwStandardDataFwTranslatedValue>? translation,
  21. bool? hasImport,
  22. bool? hasDocuments,
  23. String? createdByUserId,
  24. String? createdByUserName,
  25. String? createdDateTime,
  26. String? modifiedByUserId,
  27. String? modifiedByUserName,
  28. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsFiscalMonthFiscalMonth({
  this.fiscalMonthId,
  this.fiscalYearId,
  this.year,
  this.month,
  this.monthDisplay,
  this.fromDate,
  this.toDate,
  this.monthYear,
  this.workDays,
  this.fiscalOrder,
  this.closed,
  this.dateStamp,
  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,
});