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
)
Public Shared Function IsOverMaxDebt (
customerAccountDetails As AccountDetails
) As Boolean
public:
static bool IsOverMaxDebt(
AccountDetails^ customerAccountDetails
)
static member IsOverMaxDebt :
customerAccountDetails : AccountDetails -> bool
Parameters
- customerAccountDetails
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsAccountDetails
The customer account details.
Return Value
Type:
BooleanValue which shows whether customer is over maximum debt or not.
See Also