Click or drag to resize

ISubscriptionHelperCancelTerminationRequest Method

Cancels the termination request.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool CancelTerminationRequest(
	Guid subscriptionId
)

Parameters

subscriptionId
Type: SystemGuid
The subscription identifier.

Return Value

Type: Boolean
true if termination is cancelled, otherwise false.
See Also