Click or drag to resize

SubscriptionHelperGetProvisionSubscriptionsWithStateFilter Method

Gets all subscriptions pending provisioning.

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 List<Subscription> GetProvisionSubscriptionsWithStateFilter(
	List<string> subscriptionStates,
	out Exception exception,
	Guid[] resellerIds = null,
	Guid[] excludedResellerIds = null
)

Parameters

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

[Missing <param name="exception"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.SubscriptionHelper.GetProvisionSubscriptionsWithStateFilter(System.Collections.Generic.List{System.String},System.Exception@,System.Guid[],System.Guid[])"]

resellerIds (Optional)
Type: SystemGuid
The reseller ids.
excludedResellerIds (Optional)
Type: SystemGuid
The excluded reseller ids.

Return Value

Type: ListSubscription

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.SubscriptionHelper.GetProvisionSubscriptionsWithStateFilter(System.Collections.Generic.List{System.String},System.Exception@,System.Guid[],System.Guid[])"]

See Also