Click or drag to resize

PrepaidCreditHelperGetPrepaidCreditItem Method

Gets the prepaid credit item.

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 Item GetPrepaidCreditItem(
	Guid languageId
)

Parameters

languageId
Type: SystemGuid
The language id.

Return Value

Type: Item
Prepaid credit item or null if there is no any.
See Also