Click or drag to resize

IOperationServiceGetCurrencyRates Method

Returns a dictionary of currencies with rates according to the specified date and time.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
Dictionary<IAdditionalCurrency, decimal> GetCurrencyRates(
	DateTime? date = null
)

Parameters

date  NullableDateTime  (Optional)
Date and time for rates. Uses current date and time, when null is passed

Return Value

DictionaryIAdditionalCurrency, Decimal
See Also