WebApiModulesSettingsOrderSettingsMarketSegmentMarketSegment constructor
WebApiModulesSettingsOrderSettingsMarketSegmentMarketSegment({
- String? marketSegmentId,
- String? marketSegment,
- String? marketTypeId,
- String? marketType,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsOrderSettingsMarketSegmentMarketSegment({
this.marketSegmentId,
this.marketSegment,
this.marketTypeId,
this.marketType,
this.inactive,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});