WebApiModulesUtilitiesRateUpdateBatchRateUpdateBatch constructor

WebApiModulesUtilitiesRateUpdateBatchRateUpdateBatch({
  1. int? rateUpdateBatchId,
  2. String? rateUpdateBatch,
  3. String? usersId,
  4. String? userName,
  5. DateTime? applied,
  6. String? dateStamp,
  7. String? auditNote,
  8. String? recordTitle,
  9. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  10. List<FwStandardDataFwCustomValue>? custom,
  11. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  12. 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,
});