Click or drag to resize

IAtomiaBillingApiIsSubscriptionTerminationPossible Method

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

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<bool> IsSubscriptionTerminationPossible(
	List<Guid> subscriptionIds
)

Parameters

subscriptionIds
Type: System.Collections.GenericListGuid
The subscription ids.

Return Value

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