Click or drag to resize

ProvisioningActionHelperCreateProvisioningAction Method (Guid, String, DictionaryString, String)

Creates a new provisioning action for a subscription.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static ProvisioningAction CreateProvisioningAction(
	Guid itemId,
	string actionName,
	Dictionary<string, string> customAttributes
)

Parameters

itemId
Type: SystemGuid
The item id.
actionName
Type: SystemString
The action name.
customAttributes
Type: System.Collections.GenericDictionaryString, String
The custom attributes.

Return Value

Type: ProvisioningAction
A new ProvisioningAction object.
See Also