InvoiceDeleteType Enumeration

Lists the different types of deleting an invoice.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public enum InvoiceDeleteType

Members

OnlyInvoice1 Delete only the invoice and the due dates, preserving all the documents.
AllDocuments2 Delete the invoice, expirations, deliveries and certifications associated with the invoice.

See Also