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
)
Public Shared Function GetByCounterIdAndItemId (
counterId As String,
itemId As Guid,
languageId As Guid
) As CounterType
public:
static CounterType^ GetByCounterIdAndItemId(
String^ counterId,
Guid itemId,
Guid languageId
)
static member GetByCounterIdAndItemId :
counterId : string *
itemId : Guid *
languageId : Guid -> CounterType
Parameters
- counterId
- Type: SystemString
The counter id. - itemId
- Type: SystemGuid
The item id. - languageId
- Type: SystemGuid
The language id.
Return Value
Type:
CounterTypeRequested counter type or
null if not found.
See Also