WebApiModulesSettingsAccountingSettingsAccountingSettingsAccountingSettings class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesSettingsAccountingSettingsAccountingSettingsAccountingSettings({String? controlId, String? name, bool? usePrefixOnAssetAccounts, bool? usePrefixOnIncomeAccounts, bool? usePrefixOnExpenseAccounts, bool? usePrefixOnLiabilityAccounts, bool? useSuffixOnAssetAccounts, bool? useSuffixOnExpenseAccounts, bool? useSuffixOnIncomeAccounts, bool? useSuffixOnLiabilityAccounts, double? assetUnitCostThreshold, bool? purchaseUseCompleteKitAccounts, bool? enableForeignSubRentalWithholding, String? foreignSubRentalWithholdingCountryId, String? foreignSubRentalWithholdingCountry, double? foreignSubRentalWithholdingPercent, String? assetAccountNumberFormat, String? expenseAccountNumberFormat, String? incomeAccountNumberFormat, String? liabilityAccountNumberFormat, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesSettingsAccountingSettingsAccountingSettingsAccountingSettings.fromJson(Map<String, dynamic> json)
factory

Methods

copyWith({String? controlId, String? name, bool? usePrefixOnAssetAccounts, bool? usePrefixOnIncomeAccounts, bool? usePrefixOnExpenseAccounts, bool? usePrefixOnLiabilityAccounts, bool? useSuffixOnAssetAccounts, bool? useSuffixOnExpenseAccounts, bool? useSuffixOnIncomeAccounts, bool? useSuffixOnLiabilityAccounts, double? assetUnitCostThreshold, bool? purchaseUseCompleteKitAccounts, bool? enableForeignSubRentalWithholding, String? foreignSubRentalWithholdingCountryId, String? foreignSubRentalWithholdingCountry, double? foreignSubRentalWithholdingPercent, String? assetAccountNumberFormat, String? expenseAccountNumberFormat, String? incomeAccountNumberFormat, String? liabilityAccountNumberFormat, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesSettingsAccountingSettingsAccountingSettingsAccountingSettings

Available on WebApiModulesSettingsAccountingSettingsAccountingSettingsAccountingSettings, provided by the $WebApiModulesSettingsAccountingSettingsAccountingSettingsAccountingSettingsExtension extension

copyWithWrapped({Wrapped<String?>? controlId, Wrapped<String?>? name, Wrapped<bool?>? usePrefixOnAssetAccounts, Wrapped<bool?>? usePrefixOnIncomeAccounts, Wrapped<bool?>? usePrefixOnExpenseAccounts, Wrapped<bool?>? usePrefixOnLiabilityAccounts, Wrapped<bool?>? useSuffixOnAssetAccounts, Wrapped<bool?>? useSuffixOnExpenseAccounts, Wrapped<bool?>? useSuffixOnIncomeAccounts, Wrapped<bool?>? useSuffixOnLiabilityAccounts, Wrapped<double?>? assetUnitCostThreshold, Wrapped<bool?>? purchaseUseCompleteKitAccounts, Wrapped<bool?>? enableForeignSubRentalWithholding, Wrapped<String?>? foreignSubRentalWithholdingCountryId, Wrapped<String?>? foreignSubRentalWithholdingCountry, Wrapped<double?>? foreignSubRentalWithholdingPercent, Wrapped<String?>? assetAccountNumberFormat, Wrapped<String?>? expenseAccountNumberFormat, Wrapped<String?>? incomeAccountNumberFormat, Wrapped<String?>? liabilityAccountNumberFormat, Wrapped<String?>? dateStamp, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesSettingsAccountingSettingsAccountingSettingsAccountingSettings

Available on WebApiModulesSettingsAccountingSettingsAccountingSettingsAccountingSettings, provided by the $WebApiModulesSettingsAccountingSettingsAccountingSettingsAccountingSettingsExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override