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+a9089f549efe4950cf2022fb910c17b16a763a70
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