Click or drag to resize

IOperationServiceGetCurrencyRatesForOrder Method

Returns a dictionary of currencies with rates for the specified order.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
Dictionary<IAdditionalCurrency, decimal> GetCurrencyRatesForOrder(
	IOrder order
)

Parameters

order  IOrder
Order data.

Return Value

DictionaryIAdditionalCurrency, Decimal
See Also