Click or drag to resize

AccountsHelperIsOverMaxDebt Method (AccountDetails)

Determines whether customer is over maximum debt.

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 IsOverMaxDebt(
	AccountDetails customerAccountDetails
)

Parameters

customerAccountDetails
Type: Atomia.Billing.Core.Sdk.BusinessObjectsAccountDetails
The customer account details.

Return Value

Type: Boolean
Value which shows whether customer is over maximum debt or not.
See Also