Click or drag to resize

IAtomiaBillingApiGetUpgradeGroup Method

Gets the upgrade group by id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
UpgradeGroup GetUpgradeGroup(
	Guid upgradeGroupId
)

Parameters

upgradeGroupId
Type: SystemGuid
The upgrade group id.

Return Value

Type: UpgradeGroup
Requested UpgradeGroup object.
See Also