Click or drag to resize

IAtomiaBillingApiGetSubscriptionsByIdsAndLanguage Method

Gets the subscriptions by ids for the language with the given ISO code.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<Subscription> GetSubscriptionsByIdsAndLanguage(
	List<Guid> subscriptionIds,
	string languageIsoCode
)

Parameters

subscriptionIds
Type: System.Collections.GenericListGuid
The list of subscription ids.
languageIsoCode
Type: SystemString
The language ISO code.

Return Value

Type: ListSubscription
List of subscriptions.
See Also