Click or drag to resize

AccountTiny Class

Represents a tiny fraction of information in an Account.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIAccountTiny

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+44a51f72c26ddcf0e9b8d6357aa5d7af811c88c6
Syntax
public class AccountTiny

The AccountTiny type exposes the following members.

Constructors
 NameDescription
Public methodAccountTinyInitializes a new instance of the AccountTiny class
Top
Properties
 NameDescription
Public propertyGUID Unique identifier for the Account.
Public propertyName Account name.
Public propertyNumber Account number.
Public propertyVatNumber VAT number for the company.
Top
Remarks
An account represents only part of the data contained in a Visma Severa account. See Company for the rest of the account data.
See Also