Click or drag to resize

SubscriptionHelperIsPendingTermination Method

Checks if a pending termination subscription exists with the custom attribute equal to key and value.

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(
	string key,
	string value
)

Parameters

key
Type: SystemString
The custom attribute key.
value
Type: SystemString
The custom attribute value.

Return Value

Type: Boolean
True if pending termination subscription exists, false otherwise.
See Also