Click or drag to resize

ExchangeRateHelperGetExchangeRate Method

Gets the exchange rate.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static ExchangeRate GetExchangeRate(
	Guid currencyFromId,
	Guid currencyToId,
	DateTime dateValid
)

Parameters

currencyFromId
Type: SystemGuid
The currency from id.
currencyToId
Type: SystemGuid
The currency to id.
dateValid
Type: SystemDateTime
The date valid.

Return Value

Type: ExchangeRate
The exchange rate that is/was valid on given date.
See Also