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
)
Public Shared Function IsOverMaxDebt (
customerId As Guid
) As Boolean
public:
static bool IsOverMaxDebt(
Guid customerId
)
static member IsOverMaxDebt :
customerId : Guid -> bool
Parameters
- customerId
- Type: SystemGuid
The customer identifier.
Return Value
Type:
BooleanValue which shows whether customer is over maximum debt or not.
See Also