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
)
Public Shared Function GetSubscriptionServiceIdPairs (
attributeName As String,
attributeValues As List(Of String),
allowedStates As List(Of String)
) As Dictionary(Of Guid, String)
public:
static Dictionary<Guid, String^>^ GetSubscriptionServiceIdPairs(
String^ attributeName,
List<String^>^ attributeValues,
List<String^>^ allowedStates
)
static member GetSubscriptionServiceIdPairs :
attributeName : string *
attributeValues : List<string> *
allowedStates : List<string> -> Dictionary<Guid, string>
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,
StringA dictionary where the keys are subscription ids, and the values are service ids
See Also