WebApiModulesSettingsAccountingSettingsProfitCenterProfitCenter constructor

WebApiModulesSettingsAccountingSettingsProfitCenterProfitCenter({
  1. String? profitCenterId,
  2. String? chargeCode1,
  3. String? chargeCode2,
  4. String? chargeCode3,
  5. String? dateStamp,
  6. String? auditNote,
  7. String? recordTitle,
  8. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  9. List<FwStandardDataFwCustomValue>? custom,
  10. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  11. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsAccountingSettingsProfitCenterProfitCenter({
  this.profitCenterId,
  this.chargeCode1,
  this.chargeCode2,
  this.chargeCode3,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});