Click or drag to resize

IAtomiaBillingApiUpgradeGroupMemberCheckDowngradeOption Method

Upgrades the group member check downgrade option.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
UpgradeDowngradeCheckStatus UpgradeGroupMemberCheckDowngradeOption(
	Subscription currentSubscription,
	Item newSubscriptionItem
)

Parameters

currentSubscription
Type: Atomia.Billing.Core.Sdk.BusinessObjectsSubscription
The current subscription.
newSubscriptionItem
Type: Atomia.Billing.Core.Sdk.BusinessObjectsItem
The new subscription item.

Return Value

Type: UpgradeDowngradeCheckStatus
UpgradeDowngradeCheck status which indicates whether the change is possible.
See Also