Click or drag to resize

CoreApiProxyGetNumberOfServicesForAccount Method

Gets the number of services for account.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public Dictionary<string, int> GetNumberOfServicesForAccount(
	string[] serviceNames,
	string account
)

Parameters

serviceNames
Type: SystemString
The service names.
account
Type: SystemString
The account.

Return Value

Type: DictionaryString, Int32

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.GetNumberOfServicesForAccount(System.String[],System.String)"]

Implements

ICoreApiGetNumberOfServicesForAccount(String, String)
See Also