Click or drag to resize

AccountsHelperIsOverMaxDebt Method (Guid)

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(
	Guid customerId
)

Parameters

customerId
Type: SystemGuid
The customer identifier.

Return Value

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