Click or drag to resize

IAtomiaBillingApiGetItemsByIdsAndLanguage Method

Gets the items by ids for 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<Item> GetItemsByIdsAndLanguage(
	List<Guid> itemIds,
	string languageIsoCode
)

Parameters

itemIds
Type: System.Collections.GenericListGuid
The list of item ids.
languageIsoCode
Type: SystemString
The language ISO code.

Return Value

Type: ListItem
The list of requested items.
See Also