Click or drag to resize

IAtomiaBillingApiProvisionSubscriptionsWithStateFilter Method

Provisions all subscriptions pending provisioning. Called periodically from Atomia.Billing.Core.Plugins.Handlers.ProvisioningScheduledEventHandler.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void ProvisionSubscriptionsWithStateFilter(
	List<string> subscriptionStates
)

Parameters

subscriptionStates
Type: System.Collections.GenericListString
A list of states that should be used when fetching subscriptions to provision.
See Also