Click or drag to resize

IAtomiaBillingApiIsPendingTermination Method

Checks if customer's account is pending termination.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool IsPendingTermination(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The account id.

Return Value

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