Click or drag to resize

Invoice Class

Invoice, containing invoice rows, settings etc.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIInvoice

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

The Invoice type exposes the following members.

Constructors
 NameDescription
Public methodInvoice Constructor.
Top
Properties
 NameDescription
Public propertyAccountGUID Unique identifier for the account associated with the invoice.
Public propertyAccountName Invoice's associated account(customer) name.
Public propertyAccountNumber Invoice's associated account(customer) number.
Public propertyBusinessUnitCode Invoice's business unit's code.
Public propertyBusinessUnitGUID Invoice's business unit's unique identifier.
Public propertyBusinessUnitName Invoice's business unit's name.
Public propertyBuyerOrganization Invoice's buyer's organization object.
Public propertyCulture Invoice's culture.
Public propertyCurrencyGUID Invoice's currency's unique identifier.
Public propertyCurrencyName Invoice's currency's name.
Public propertyCurrencyRate Invoice currency rate.
Public propertyCurrencyShortform Invoice's currency's shortform.
Public propertyDate Invoice date.
Public propertyDescription Not in use.
Public propertyDueDate Invoice due date.
Public propertyEntryDate Invoice date of entry.
Public propertyGUID Unique identifier for the invoice.
Public propertyInvoiceAllowedCaseGUIDs Unique identifiers of Cases which are invoiced in this invoice.
Public propertyInvoiceConfig (read-only) Invoice configuration metadata for existing invoices.
Public propertyInvoiceDetails Invoice's details object.
Public propertyInvoiceNumberingBusinessUnitGUID Business unit, where invoice number came from.
Public propertyInvoiceRows Invoice rows of the invoice.
Public propertyInvoiceStatus Invoice's status.
Public propertyIsCreditNote Is invoice a credit note True/False.
Public propertyIsReimbursed Has invoice been reimbursed True/False.
Public propertyIsTaxFree OBSOLETED: See InvoiceConfig for this data. Is invoice tax free True/False
Public propertyLanguageCode Invoice's language code.
Public propertyLanguageGUID Invoice's language's unique identifier.
Public propertyMainCaseGUID Unique identifier of main case which is invoiced in this invoice.
Public propertyNotes Invoice notes.
Public propertyNotesAfterInvoiceRows Free text entered on the invoice below the invoice rows .
Public propertyNotesBeforeInvoiceRows Free text entered on the invoice above the invoice rows.
Public propertyNumber Invoice number.
Public propertyOrderNumber Order number of the invoice.
Public propertyOurReference Our reference
Public propertyOverDueInterest Invoice overdue interest.
Public propertyPaymentDate Invoice payment date.
Public propertyPaymentStatus Invoice's payment status.
Public propertyPaymentTerm Invoice payment term.
Public propertyPoNumber Not in use.
Public propertyReceiverAddressline Invoice's receiver address.
Public propertyReceiverCity Invoice's receivers city
Public propertyReceiverContactEmail Invoice's receiver contact email.
Public propertyReceiverContactName Invoice's receiver contact name.
Public propertyReceiverCountry Invoice's receiver country.
Public propertyReceiverCustomerName Invoice's receiver name.
Public propertyReceiverPostalCode Invoice's receiver postal code.
Public propertyReceiverState Invoice's receiver state.
Public propertyReceiverVatNumber Invoice's receiver VAT number.
Public propertyReferenceNumber Invoice refrence number.
Public propertyReimburseInvoiceGUID If invoice is a credit note, this points to the invoice that was reimbursed.
Public propertySellerContact Invoice's seller's contact object.
Public propertySellerOrganization Invoice's seller organization object.
Public propertySenderAddressline Invoice sender's addressline.
Public propertySenderCity Invoice sender's city.
Public propertySenderContactName Invoice sender's contact name.
Public propertySenderCountry Invoice sender's country.
Public propertySenderName Invoice's sender name.
Public propertySenderPostalCode Invoice sender's postal code.
Public propertySenderState Invoice sender's state.
Public propertySenderVatNumber Invoice sender's VAT number.
Public propertyTaxFreeDescription OBSOLETED: See InvoiceConfig for this data. Invoices taxfree description
Public propertyTitle Not in use.
Public propertyTotalVatAmount Total VAT amount of invoice.
Public propertyTotalVatExcludedAmount Invoice total without VAT.
Public propertyTotalVatIncludedAmount Invoice VAT included total.
Public propertyVatSpecificationDetails VATs used in the invoice.
Public propertyVirtualBankBarcode Not in use.
Public propertyYourReference Your reference
Top
Remarks
Sender and Receiver details: Stored as text on the invoice. If for example account name changes in Severa, ReceiverCustomerName on invoice does not change. Information can't be used directly in mapping.
See Also