AccountsHelperIsPendingTermination Method |
Checks if customer's account is pending termination.
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 IsPendingTermination(
Guid accountId
)
Public Shared Function IsPendingTermination (
accountId As Guid
) As Boolean
public:
static bool IsPendingTermination(
Guid accountId
)
static member IsPendingTermination :
accountId : Guid -> bool
Parameters
- accountId
- Type: SystemGuid
The account id.
Return Value
Type:
Booleantrue if account is scheduled for termination, otherwise
false.
See Also