Click or drag to resize

SubscriptionHelperGetSubscriptionsForItems Method

Gets the subscriptions for specified items.

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> GetSubscriptionsForItems(
	Account account,
	List<Guid> itemIds,
	string[] allowedStates
)

Parameters

account
Type: Account
Account used for language settings.
itemIds
Type: System.Collections.GenericListGuid
Item ids used for filtering subscriptions.
allowedStates
Type: SystemString
Allowed subscription states.

Return Value

Type: ListSubscription
Filtered subscriptions.
See Also