AccountingInfoPrefs constructor

AccountingInfoPrefs({
  1. String? bookCloseDate,
  2. bool? classTrackingPerTxn,
  3. bool? classTrackingPerTxnLine,
  4. String? customerTerminology,
  5. String? departmentTerminology,
  6. String? firstMonthOfFiscalYear,
  7. String? taxForm,
  8. String? taxYearMonth,
  9. bool? trackDepartments,
  10. bool? useAccountNumbers,
})

Implementation

AccountingInfoPrefs({
  this.bookCloseDate, this.classTrackingPerTxn, this.classTrackingPerTxnLine,
  this.customerTerminology, this.departmentTerminology,
  this.firstMonthOfFiscalYear, this.taxForm, this.taxYearMonth,
  this.trackDepartments, this.useAccountNumbers
});