Click or drag to resize

InvoiceInformation Class

Represents simple editable invoice. Used when wanting to create a new invoice, that contains certain items.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIInvoiceInformation

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

The InvoiceInformation type exposes the following members.

Constructors
 NameDescription
Public methodInvoiceInformationInitializes a new instance of the InvoiceInformation class
Top
Properties
 NameDescription
Public propertyDueDate Invoice duedate.
Public propertyInvoiceStatus Invoice status.
Public propertyItemGUIDs Invoice list of item unique identifiers.
Public propertyLanguageGUID Invoice language.
Public propertyNotes Invoice notes.
Public propertyOurReference Invoice our reference.
Public propertyOverDueInterest Invoice overdue interest.
Public propertyPaymentTerm Invoice payment term.
Public propertyReceiverAddressline Invoice receiver address.
Public propertyReceiverCity Invoice receiver city.
Public propertyReceiverContactEmail Invoice's receiver contact email.
Public propertyReceiverContactName Invoice receiver contact name.
Public propertyReceiverCountry Invoice receiver country.
Public propertyReceiverCustomerName Invoice receiver name.
Public propertyReceiverPostalCode Invoice receiver postal code.
Public propertyReceiverState Invoice receiver state.
Public propertyReceiverVatNumber Invoice receiver VAT number.
Public propertySenderAddressline Invoice sender addressline.
Public propertySenderCity Invoice sender city.
Public propertySenderContactName Invoice sender contact name.
Public propertySenderCountry Invoice sender country.
Public propertySenderName Invoices sender name.
Public propertySenderPostalCode Invoice sender postal code.
Public propertySenderState Invoice sender state.
Public propertySenderVatNumber Invoice sender VAT number.
Public propertyYourReference Invoice your reference.
Top
Fields
 NameDescription
Public fieldDate Invoice date.
Top
See Also