Click or drag to resize

SubscriptionHelperAdapterDelayTermination Method

Checks whether conditions are met for delayed 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 bool DelayTermination(
	Guid subscriptionId,
	string terminationReason,
	out int delayPeriod
)

Parameters

subscriptionId
Type: SystemGuid
The subscription identifier.
terminationReason
Type: SystemString
The termination reason.
delayPeriod
Type: SystemInt32

[Missing <param name="delayPeriod"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.SubscriptionHelperAdapter.DelayTermination(System.Guid,System.String,System.Int32@)"]

Return Value

Type: Boolean
true if termination should be delayed, otherwise false.

Implements

ISubscriptionHelperDelayTermination(Guid, String, Int32)
See Also