WebApiModulesSettingsOrderSettingsOrderLocationOrderLocation constructor
WebApiModulesSettingsOrderSettingsOrderLocationOrderLocation({
- String? orderLocationId,
- String? orderLocation,
- String? location,
- String? locationId,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsOrderSettingsOrderLocationOrderLocation({
this.orderLocationId,
this.orderLocation,
this.location,
this.locationId,
this.inactive,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});