Click or drag to resize

Account Class

Represents an account
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIAccount

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

The Account type exposes the following members.

Constructors
 NameDescription
Public methodAccountInitializes a new instance of the Account class
Top
Properties
 NameDescription
Public propertyAccountGroupGUIDs Collection unique identifiers for the account groups that this account belongs to.
Public propertyAccountOwnerUserGUID Unique identifier for the user who is account owner.
Public propertyAccountRating Number of stars (0-5) given to the account.
Public propertyCompanyGUID Unique identifier representing the company information of an account.
Public propertyCurrencyCode ISO 4217 Currency Code for the currency object associated with the this account.
Public propertyCurrencyGUID Unique identifier for the currency object associated with the this account.
Public propertyeInvoiceAddress Finnish Finvoice online invoice address for this account
Public propertyeInvoiceOperator Finnish Finvoice online invoice operator for this account.
Public propertyGUID Unique identifier for the account.
Public propertyInsertTS Timestamp of when account was created.
Public propertyInvoicingVat Invoicing VAT percentage. Given VAT percent must be found in API user's company.
Public propertyIsActive Account active or inactive.
Public propertyIsInternal Internal accounts in Visma Severa represents the ogranization itself.
Public propertyLanguageCode IETF language tag for the language associated with the this account.
Public propertyLanguageGUID Unique identifier for the language object associated with the this account.
Public propertyName Account name.
Public propertyNotes Account notes.
Public propertyNumber Account number.
Public propertyOverdueInterest The default overdue interest percentage.
Public propertyPaymentTerm The default term of payment (in days) for this account when creating a new invoice.
Public propertyPricelistGUID Unique identifier for the price list object associated with the this account.
Public propertyReverseCharge Reverse charge setting for invoices made for the account. Reverse charge is set for the invoice sender country of the API user's company.
Public propertyReverseChargeDescription Reverse charge description for invoices made for the account. Reverse charge description is set for the invoice sender country of the API user's company
Public propertyUpdatedTS Timestamp of when account was last updated.
Public propertyUrlToAccount Direct URL to the account.
Top
Remarks
An account represents only part of the data contained in a Severa account. See Company for the rest of the account data.
See Also