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
)
Public Shared Function GetInvoiceClosedState (
invoice As Invoice
) As InvoiceStatus
public:
static InvoiceStatus GetInvoiceClosedState(
Invoice^ invoice
)
static member GetInvoiceClosedState :
invoice : Invoice -> InvoiceStatus
Parameters
- invoice
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
Invoice to check.
Return Value
Type:
InvoiceStatusClosedUnsent if invoice is new, otherwise closed.
See Also