Click or drag to resize

IAtomiaBillingApiGetCurrencies Method

Gets the currencies.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<Currency> GetCurrencies(
	string query
)

Parameters

query
Type: SystemString
The query.

Return Value

Type: ListCurrency
Filtered currencies.
See Also