Click or drag to resize

CounterTypeHelperGetByCounterIdAndItemId Method

Gets the by counter id and article number.

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 CounterType GetByCounterIdAndItemId(
	string counterId,
	Guid itemId,
	Guid languageId
)

Parameters

counterId
Type: SystemString
The counter id.
itemId
Type: SystemGuid
The item id.
languageId
Type: SystemGuid
The language id.

Return Value

Type: CounterType
Requested counter type or null if not found.
See Also