Click or drag to resize

ProvisioningActionHelperCreateProvisioningAction Method (Guid, 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
)

Parameters

itemId
Type: SystemGuid
The item id.
actionName
Type: SystemString
The action name.

Return Value

Type: ProvisioningAction
A new ProvisioningAction object.
See Also