Click or drag to resize

AutocreditHelperCheckAutocreditConditions Method

Checks the conditions for autocredit.

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 CheckAutocreditConditions(
	Subscription subscription
)

Parameters

subscription
Type: Atomia.Billing.Core.Sdk.BusinessObjectsSubscription
The subscription.

Return Value

Type: Boolean
true if autocredit should be done, otherwise false.
See Also