iikoFront Api V9 Code Reference
iikoFront Api V9 Code Reference
Resto.Front.Api.Data.Payments
CurrencyInfo Class
CurrencyInfo Constructor
CurrencyInfo Properties
CurrencyInfo Methods
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#
Copy
public
CurrencyInfo
(
decimal
rate
,
decimal
sum
,
IAdditionalCurrency
currency
)
Parameters
rate
Type:
System
Decimal
Rate of
AdditionalCurrency
to the main currency.
sum
Type:
System
Decimal
Payment sum.
currency
Type:
Resto.Front.Api.Data.Payments
IAdditionalCurrency
Additional currency.
See Also
Reference
CurrencyInfo Class
Resto.Front.Api.Data.Payments Namespace