Click or drag to resize

InvoiceHelperGetInvoiceClosedState Method

Gets the invoice closed state.

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

Parameters

invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
Invoice to check.

Return Value

Type: InvoiceStatus
ClosedUnsent if invoice is new, otherwise closed.
See Also