Click or drag to resize

IAtomiaBillingApiIsOverMaxDebt Method

Determines whether customer is over maximum debt.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool IsOverMaxDebt(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The customer account id.

Return Value

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