Click or drag to resize

InvoiceFile Class

Represents a file attached to an invoice.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIInvoiceFile

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

The InvoiceFile type exposes the following members.

Constructors
 NameDescription
Public methodInvoiceFileInitializes a new instance of the InvoiceFile class
Top
Properties
 NameDescription
Public propertyGUID Unique identifier for the invoice attachment file.
Public propertyMIMEtype MIME content type of the file, typically application/pdf.
Public propertyName The name of the file.
Public propertyPrintOrder Invoice attachment files have order from 1 to n.
Top
See Also