Click or drag to resize

SubscriptionHelperGetSubscriptionWhichContainPackageNumber Method

Gets subscription which contain package number for passed subscriptions.

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 Subscription GetSubscriptionWhichContainPackageNumber(
	IList<Subscription> subscriptions,
	out string packageNumber
)

Parameters

subscriptions
Type: System.Collections.GenericIListSubscription
List of subscriptions.
packageNumber
Type: SystemString
Package number.

Return Value

Type: Subscription
Subscription which contain package number.
See Also