Click or drag to resize

IAtomiaBillingApiIsPossibleToReactivate Method

Checks if reactivation is possible for customers with given ids.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Dictionary<Guid, bool> IsPossibleToReactivate(
	IList<Guid> accountIds
)

Parameters

accountIds
Type: System.Collections.GenericIListGuid
The account ids.

Return Value

Type: DictionaryGuid, Boolean
Dictionary with results for all accounts. Result is true if reactivation is allowed, otherwise false.
See Also