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
Type: Resto.Front.Api.Data.OrdersIOrder
Order data.

Return Value

Type: DictionaryIAdditionalCurrency, Decimal
See Also