Click or drag to resize

CoreApiProxyUpdatePackageExtensionLimitations Method

Updates the package extension limitations.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public ProvisioningPackageExtension UpdatePackageExtensionLimitations(
	string accountId,
	long packageExtensionId,
	Dictionary<string, int> limitations,
	bool force
)

Parameters

accountId
Type: SystemString
The account id.
packageExtensionId
Type: SystemInt64
The package extension id.
limitations
Type: System.Collections.GenericDictionaryString, Int32
The limitations.
force
Type: SystemBoolean
if set to true [force].

Return Value

Type: ProvisioningPackageExtension

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.UpdatePackageExtensionLimitations(System.String,System.Int64,System.Collections.Generic.Dictionary{System.String,System.Int32},System.Boolean)"]

Implements

ICoreApiUpdatePackageExtensionLimitations(String, Int64, DictionaryString, Int32, Boolean)
See Also