Click or drag to resize

IProvisioningPluginGetPackagesByAccount Method

Gets the packages.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<ProvisioningUnit> GetPackagesByAccount(
	string accountName,
	Dictionary<string, Object> additionalData
)

Parameters

accountName
Type: SystemString
Name of the account.
additionalData
Type: System.Collections.GenericDictionaryString, Object
The additional data.

Return Value

Type: ListProvisioningUnit
The list of packages.
See Also