Click or drag to resize

InvoiceStatus Class

Represents an invoice status.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIInvoiceStatus

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class InvoiceStatus

The InvoiceStatus type exposes the following members.

Constructors
 NameDescription
Public methodInvoiceStatusInitializes a new instance of the InvoiceStatus class
Top
Properties
 NameDescription
Public propertyDescription OBSOLETED: Invoicestatus description.
Public propertyHasInvoiceNumber Does invoices in this status get an invoice number True/False.
Public propertyIsActive Is invoicestatus active True/False.
Public propertyIsDefault Is this default invoice status for new invoices True/False.
Public propertyIsPaid Are invoices in this status paid by the customer True/False.
Public propertyIsReadOnly Are invoices in this status read only True/False.
Public propertyIsSent Are invoices in this status sent to customer True/False.
Public propertyIsWaitingPayment Are invoices in this status "waiting for payment" True/False.
Public propertyName Invoice status name.
Public propertySortOrder Invoice status sort order.
Top
See Also