Click or drag to resize

IAtomiaBillingApiGetProvisioningActionsForSubscriptions Method

Get provisioning actions for subscriptions

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<ProvisioningAction> GetProvisioningActionsForSubscriptions(
	List<Guid> subscriptionIds
)

Parameters

subscriptionIds
Type: System.Collections.GenericListGuid
List of subscription ids.

Return Value

Type: ListProvisioningAction
List of provisioning actions.
See Also