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.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public CurrencyInfo(
	decimal rate,
	decimal sum,
	IAdditionalCurrency currency
)

Parameters

rate
Type: SystemDecimal
Rate of AdditionalCurrency to the main currency.
sum
Type: SystemDecimal
Payment sum.
currency
Type: Resto.Front.Api.Data.PaymentsIAdditionalCurrency
Additional currency.
See Also