WebApiModulesSettingsCurrencyExchangeRateCurrencyExchangeRate constructor
WebApiModulesSettingsCurrencyExchangeRateCurrencyExchangeRate({
- String? currencyExchangeRateId,
- String? asOfDate,
- String? fromCurrencyId,
- String? importDate,
- double? exchangeRate,
- String? toCurrencyId,
- String? fromCurrencyCode,
- String? fromCurrency,
- String? fromCurrencySymbol,
- String? toCurrencyCode,
- String? toCurrency,
- String? toCurrencySymbol,
- bool? inactive,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes,
Implementation
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.fields,
this.custom,
this.defaultFieldAttributes,
});