Click or drag to resize

IAtomiaBillingApiGetCurrencyByCode Method

Gets the currency by code.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Currency GetCurrencyByCode(
	string code
)

Parameters

code
Type: SystemString
Currency code.

Return Value

Type: Currency
Requested currency.
See Also