Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICurrencyConverterService.cs
1
using
System;
2
using
System.Threading.Tasks;
3
using
Waher.Persistence
;
4
using
Waher.Runtime.Inventory
;
5
6
namespace
Paiwise
7
{
11
public
interface
ICurrencyConverterService
:
IModule
,
IProcessingSupport
<CurrencyPair>
12
{
20
Task<ICurrencyConverterQuote>
GetCurrencyConversionQuote
(
CaseInsensitiveString
FromCurrency,
CaseInsensitiveString
ToCurrency);
21
}
22
}
Waher.Persistence.CaseInsensitiveString
Represents a case-insensitive string.
Definition:
CaseInsensitiveString.cs:10
Paiwise.ICurrencyConverterService
Interface for currency converter services
Definition:
ICurrencyConverterService.cs:12
Paiwise.ICurrencyConverterService.GetCurrencyConversionQuote
Task< ICurrencyConverterQuote > GetCurrencyConversionQuote(CaseInsensitiveString FromCurrency, CaseInsensitiveString ToCurrency)
Gets a Currency Exchange Rate from one currency to another.
Waher.Runtime.Inventory.IModule
Interface for late-bound modules loaded at runtime.
Definition:
IModule.cs:9
Waher.Runtime.Inventory.IProcessingSupport
Interface for detecting interfaces supporting objects with predefined features.
Definition:
IProcessingSupport.cs:8
Paiwise
Definition:
BuyEDalerPaymentService.cs:14
Waher.Persistence
Definition:
Bookmark.cs:4
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
Waher.Payments
ICurrencyConverterService.cs
Generated by
1.9.5