Click or drag to resize
Infosoft Logo

ICurrencyServiceGetCurrencyByCode Method

Gets the currency with the given code.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetCurrencyResponse GetCurrencyByCode(
	GetCurrencyByCodeRequest request
)

Parameters

request  GetCurrencyByCodeRequest
A request object that contains a code.

Return Value

GetCurrencyResponse
A response object that contains the matching currency, or null if nothing matched.
See Also