WebApiModulesSettingsCurrencyExchangeRateCurrencyExchangeRate constructor

const WebApiModulesSettingsCurrencyExchangeRateCurrencyExchangeRate({
  1. String? currencyExchangeRateId,
  2. String? asOfDate,
  3. String? fromCurrencyId,
  4. String? importDate,
  5. double? exchangeRate,
  6. String? toCurrencyId,
  7. String? fromCurrencyCode,
  8. String? fromCurrency,
  9. String? fromCurrencySymbol,
  10. String? toCurrencyCode,
  11. String? toCurrency,
  12. String? toCurrencySymbol,
  13. bool? inactive,
  14. String? auditNote,
  15. String? recordTitle,
  16. dynamic urlIdentifier,
  17. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  18. List<FwStandardDataFwCustomValue>? custom,
  19. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  20. FwStandardBusinessLogicFwBusinessLogic? original,
  21. List<FwStandardDataFwTranslatedValue>? translation,
  22. bool? hasImport,
  23. bool? hasDocuments,
  24. String? createdByUserId,
  25. String? createdByUserName,
  26. String? createdDateTime,
  27. String? modifiedByUserId,
  28. String? modifiedByUserName,
  29. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsCurrencyExchangeRateCurrencyExchangeRate({
  this.currencyExchangeRateId,
  this.asOfDate,
  this.fromCurrencyId,
  this.importDate,
  this.exchangeRate,
  this.toCurrencyId,
  this.fromCurrencyCode,
  this.fromCurrency,
  this.fromCurrencySymbol,
  this.toCurrencyCode,
  this.toCurrency,
  this.toCurrencySymbol,
  this.inactive,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});