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
)
Public Shared Function IsPossibleToReactivate (
accountId As Guid,
administratorLoggedIn As Boolean
) As Boolean
public:
static bool IsPossibleToReactivate(
Guid accountId,
bool administratorLoggedIn
)
static member IsPossibleToReactivate :
accountId : Guid *
administratorLoggedIn : bool -> bool
Parameters
- accountId
- Type: SystemGuid
The account id. - administratorLoggedIn
- Type: SystemBoolean
The value which tells if administrator is logged in.
Return Value
Type:
Booleantrue if reactivation is allowed, otherwise
false.
See Also