WebApiModulesUtilitiesRateUpdateBatchRateUpdateBatch constructor
WebApiModulesUtilitiesRateUpdateBatchRateUpdateBatch({
- int? rateUpdateBatchId,
- String? rateUpdateBatch,
- String? usersId,
- String? userName,
- DateTime? applied,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesUtilitiesRateUpdateBatchRateUpdateBatch({
this.rateUpdateBatchId,
this.rateUpdateBatch,
this.usersId,
this.userName,
this.applied,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});