Click or drag to resize

SubscriptionHelperGetSubscriptionServiceIdPairs Method

Gets the subscription ids based on the service ids.

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 Dictionary<Guid, string> GetSubscriptionServiceIdPairs(
	string attributeName,
	List<string> attributeValues,
	List<string> allowedStates
)

Parameters

attributeName
Type: SystemString

[Missing <param name="attributeName"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.SubscriptionHelper.GetSubscriptionServiceIdPairs(System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

attributeValues
Type: System.Collections.GenericListString
The service ids based on which to fetch subscriptions
allowedStates
Type: System.Collections.GenericListString
The allowed states of the subscriptions

Return Value

Type: DictionaryGuid, String
A dictionary where the keys are subscription ids, and the values are service ids
See Also