Click or drag to resize

InvoiceOriginDetails Class

Represents a class which contains origin details of an invoice. Answers to question: What data was processed to create the invoice rows.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIInvoiceOriginDetails

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

The InvoiceOriginDetails type exposes the following members.

Constructors
 NameDescription
Public methodInvoiceOriginDetailsInitializes a new instance of the InvoiceOriginDetails class
Top
Properties
 NameDescription
Public propertyCases Contains cases and phases of the invoice rows.
Public propertyInvoiceRowOrigins Contains invoice rows and their origins.
Top
See Also