WebApiModulesSettingsAccountingSettingsProfitCenterProfitCenter constructor
WebApiModulesSettingsAccountingSettingsProfitCenterProfitCenter({
- String? profitCenterId,
- String? chargeCode1,
- String? chargeCode2,
- String? chargeCode3,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});