Represents an invoice.


Namespace: Economic.Api
Assembly: Economic.Api (in Economic.Api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IInvoice
C#
public interface IInvoice
C++
interface class IInvoice
J#
public interface IInvoice
JScript
public interface IInvoice

Remarks

Invoices are current invoices that have been booked. They are therefore read-only.

See Also