Click or drag to resize

IAtomiaBillingApiHasUnpaidInvoices Method

Checks if customer has unpaid invoices.

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

Parameters

customerId
Type: SystemGuid
The customer id.

Return Value

Type: Boolean
true if customer has unpaid invoices, false otherwise.
See Also