Click or drag to resize

SubscriptionHelperGetSubscriptionsForExpiration Method (String, String, Int32, String, String, String, Int32, Guid, Guid)

Gets subscriptions for expiration.

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> GetSubscriptionsForExpiration(
	string[] allowedStates,
	string[] notAllowedStates,
	int expirationDateOffset,
	string[] itemCategories,
	string taskItemType,
	string taskType,
	int maxItemsCount,
	Guid[] resellerIds,
	Guid[] excludedResellerIds
)

Parameters

allowedStates
Type: SystemString
The allowed states.
notAllowedStates
Type: SystemString
The not allowed states.
expirationDateOffset
Type: SystemInt32
The expiration date offset.
itemCategories
Type: SystemString
The item categories.
taskItemType
Type: SystemString
Type of the task item.
taskType
Type: SystemString
Type of the task.
maxItemsCount
Type: SystemInt32
The max items count.
resellerIds
Type: SystemGuid
The reseller ids.
excludedResellerIds
Type: SystemGuid
The excluded reseller ids.

Return Value

Type: ListSubscription
Filtered subscriptions.
See Also