Click or drag to resize
ExchangeRateInfoProviderSetExchangeRateInfoInternal Method
Sets (updates or inserts) specified exchange rate.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetExchangeRateInfoInternal(
	ExchangeRateInfo rateObj
)

Parameters

rateObj
Type: CMS.EcommerceExchangeRateInfo
Exchange rate to be set
See Also