Click or drag to resize

AccountsHelperIsPossibleToReactivate Method

Checks if reactivation is possible for customer with id accountId.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static bool IsPossibleToReactivate(
	Guid accountId,
	bool administratorLoggedIn
)

Parameters

accountId
Type: SystemGuid
The account id.
administratorLoggedIn
Type: SystemBoolean
The value which tells if administrator is logged in.

Return Value

Type: Boolean
true if reactivation is allowed, otherwise false.
See Also