Click or drag to resize

IAtomiaBillingApiGetUpgradeGroups Method

Gets the upgrade groups containing item (identified by id).

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
IList<UpgradeGroup> GetUpgradeGroups(
	Item item
)

Parameters

item
Type: Atomia.Billing.Core.Sdk.BusinessObjectsItem
The item.

Return Value

Type: IListUpgradeGroup
List of matching groups.
See Also