WebApiModulesSettingsAccountingSettingsGlDistributionRuleGlDistributionRule constructor
WebApiModulesSettingsAccountingSettingsGlDistributionRuleGlDistributionRule({
- String? glDistributionId,
- String? glAccountId,
- String? accountType,
- String? accountTypeDescription,
- String? glAccountNo,
- String? glAccountDescription,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsAccountingSettingsGlDistributionRuleGlDistributionRule({
this.glDistributionId,
this.glAccountId,
this.accountType,
this.accountTypeDescription,
this.glAccountNo,
this.glAccountDescription,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});