Click or drag to resize

SubscriptionHelperGetSubscriptionsByIds Method

Gets the subscriptions by ids for specified language.

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> GetSubscriptionsByIds(
	List<Guid> subscriptionIds,
	Guid languageId
)

Parameters

subscriptionIds
Type: System.Collections.GenericListGuid
The list of subscription ids.
languageId
Type: SystemGuid
The language id.

Return Value

Type: ListSubscription
List of subscriptions.
See Also