Click or drag to resize

CoreApiProxyUpdatePackageExtensionLimitationsAsync Method

Updates the package extension limitations async.

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 UpdatePackageExtensionLimitationsAsync(
	string accountId,
	long packageExtensionId,
	Dictionary<string, int> limitations,
	bool force,
	ref string requestId
)

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].
requestId
Type: SystemString
The request id.

Return Value

Type: ProvisioningPackageExtension

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

Implements

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