Click or drag to resize

CoreApiProxyAddPackageForAccountAsync Method

Adds the package for account 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 ProvisioningPackage AddPackageForAccountAsync(
	string accountName,
	ProvisioningPackage package,
	Dictionary<string, string> arguments,
	ref string requestId
)

Parameters

accountName
Type: SystemString
Name of the account.
package
Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiProvisioningPackage
The package.
arguments
Type: System.Collections.GenericDictionaryString, String
The arguments.
requestId
Type: SystemString
The request id.

Return Value

Type: ProvisioningPackage

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

Implements

ICoreApiAddPackageForAccountAsync(String, ProvisioningPackage, DictionaryString, String, String)
See Also