Click or drag to resize

CoreApiProxyListAvailablePackages Method

Lists the available packages.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public ProvisioningPackage[] ListAvailablePackages(
	string accountName
)

Parameters

accountName
Type: SystemString
Name of the account.

Return Value

Type: ProvisioningPackage

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

Implements

ICoreApiListAvailablePackages(String)
See Also