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
)
Public Shared Function IsPendingTermination (
key As String,
value As String
) As Boolean
public:
static bool IsPendingTermination(
String^ key,
String^ value
)
static member IsPendingTermination :
key : string *
value : string -> bool
Parameters
- key
- Type: SystemString
The custom attribute key. - value
- Type: SystemString
The custom attribute value.
Return Value
Type:
BooleanTrue if pending termination subscription exists, false otherwise.
See Also