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 (Optional)
Type: SystemNullableDateTime
Date and time for rates. Uses current date and time, when null is passed

Return Value

Type: DictionaryIAdditionalCurrency, Decimal
See Also