Click or drag to resize

IAtomiaBillingApiIsPendingTerminationBulk Method

Checks whether customer accounts are pending termination.

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> IsPendingTerminationBulk(
	List<Guid> accountIds
)

Parameters

accountIds
Type: System.Collections.GenericListGuid
The list of account ids.

Return Value

Type: DictionaryGuid, Boolean
true if account is scheduled for termination, otherwise false, for every account id.
See Also