Click or drag to resize

InvoiceHelperIsPaymentPossible Method

Determines whether payment for given invoice is possible.

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 IsPaymentPossible(
	Invoice invoice
)

Parameters

invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The invoice.

Return Value

Type: Boolean
true if payment for invoice is possible, false if not.
See Also