Click or drag to resize

SubscriptionHelperGetTransferOutSubscriptions Method

Gets transfered out 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 List<Subscription> GetTransferOutSubscriptions(
	Guid[] resellerIds,
	Guid[] excludedResellerIds,
	Dictionary<string, List<string>> customAttributes
)

Parameters

resellerIds
Type: SystemGuid
The reseller ids.
excludedResellerIds
Type: SystemGuid
The excluded reseller ids.
customAttributes
Type: System.Collections.GenericDictionaryString, ListString
The Dictionary key is the name of the attribute. Dictionary value is a list of values that this attribute can have.

Return Value

Type: ListSubscription
Filtered subscriptions.
See Also