Click or drag to resize

IProvisioningPluginIsSubscriptionTerminationPossible Method

Determines whether [is subscription termination possible] [the specified subscription].

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<bool> IsSubscriptionTerminationPossible(
	List<Subscription> subscriptions,
	string accountName
)

Parameters

subscriptions
Type: System.Collections.GenericListSubscription
The subscriptions.
accountName
Type: SystemString
Name of the account.

Return Value

Type: ListBoolean
true if subscription termination is possible; otherwise, false.
See Also