Click or drag to resize

IAtomiaBillingApiGetCurrency Method

Gets the currency by its id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Currency GetCurrency(
	Guid currencyId
)

Parameters

currencyId
Type: SystemGuid
The currency id.

Return Value

Type: Currency
Requested currency.
See Also