WebApiModulesSettingsAccountingSettingsGlDistributionRuleGlDistributionRule constructor

WebApiModulesSettingsAccountingSettingsGlDistributionRuleGlDistributionRule({
  1. String? glDistributionId,
  2. String? glAccountId,
  3. String? accountType,
  4. String? accountTypeDescription,
  5. String? glAccountNo,
  6. String? glAccountDescription,
  7. String? dateStamp,
  8. String? auditNote,
  9. String? recordTitle,
  10. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  11. List<FwStandardDataFwCustomValue>? custom,
  12. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  13. 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,
});