Click or drag to resize

CoreApiProxyGetPackageAddingPossibilities Method

Gets the adding possibilities for given service names within a specified package.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public LimitationByService[] GetPackageAddingPossibilities(
	string accountId,
	string packageId,
	string[] serviceNames
)

Parameters

accountId
Type: SystemString
Owner account id.
packageId
Type: SystemString
Package id.
serviceNames
Type: SystemString
Array of service names.

Return Value

Type: LimitationByService
List of limitations for services listed in serviceNames.

Implements

ICoreApiGetPackageAddingPossibilities(String, String, String)
See Also