Click or drag to resize

CurrencyInfo Constructor

Initializes a new instance of the CurrencyInfo class.

Namespace: Resto.Front.Api.Data.Payments
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public CurrencyInfo(
	decimal rate,
	decimal sum,
	IAdditionalCurrency currency
)

Parameters

rate  Decimal
Rate of AdditionalCurrency to the main currency.
sum  Decimal
Payment sum.
currency  IAdditionalCurrency
Additional currency.
See Also