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+9acb7434aeb2855fb928fe129dfe34575a6d8fd4
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